Get API docs matching a section filter
GET {{fastly_url}}/docs/section/{{section}}?invert
Gets all documentation associated with a given Categorical Section where section is a regular_expression. Passing invert=true will force a return of everything that does not match the given regular expression.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
invert | null | Get everything that does not match section. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string |