agentic-openapi-parser
Preparing search index...
adapters/shared
deriveMethodAnnotations
Function deriveMethodAnnotations
deriveMethodAnnotations
(
method
:
string
,
)
:
{
destructiveHint
:
boolean
;
readOnlyHint
:
boolean
}
GET/HEAD/OPTIONS are read-only; everything else (POST/PUT/DELETE/PATCH) is treated as destructive.
Parameters
method
:
string
Returns
{
destructiveHint
:
boolean
;
readOnlyHint
:
boolean
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
agentic-openapi-parser
Loading...
GET/HEAD/OPTIONS are read-only; everything else (POST/PUT/DELETE/PATCH) is treated as destructive.