11 lines
No EOL
305 B
YAML
11 lines
No EOL
305 B
YAML
# accessToken:
|
|
# $ref: "./access_token.yaml"
|
|
# csrfToken:
|
|
# $ref: "./xsrf_token_cookie.yaml"
|
|
XsrfAuthHeader:
|
|
type: apiKey
|
|
in: header
|
|
name: X-XSRF-TOKEN
|
|
description: |
|
|
Anti-CSRF token. Must match the `XSRF-TOKEN` cookie.
|
|
Required for all state-changing requests (POST/PUT/PATCH/DELETE). |