access_allow_credentials

When set to `true`, includes credentials (cookies, authorization headers, or TLS client certificates) with requests.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-allow-credentials-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_allow_credentials",
  "title": "access_allow_credentials",
  "description": "When set to `true`, includes credentials (cookies, authorization headers, or TLS client certificates) with requests.",
  "type": "boolean"
}