Supported verbs
Not every resource exposes every verb. If a method is not documented for a path, assume it is not supported.
Request format
- Prefer
Content-Type: application/jsonfor bodies unless an endpoint explicitly accepts something else (for example plain text on the health/ping route). - Send query parameters in standard
?name=value&name2=value2form unless the OpenAPI entry shows a different style.