Skip to main content

StandardPublicRequestHeadersModel

Common request headers for requests not requiring Authorization.

Breaking Changes

No breaking changes.

Examples

Fill this template out with real values.

{
"content-type": "String, optional",
"x-api-version": "String, optional",
"x-request-id": "String, optional"
}

Fields

content-type String, Optional

Mime type (e.g. application/json).

  • At least 1 and no more than 256 characters.

x-api-version String, Optional

Request identifier.

  • At least 1 and no more than 64 characters.
  • Must be a valid API version string (2019/02/08, 2021/04/07, 2021/05/07, 2021/08/02, 2021/11/04, 2023/04/19).

x-request-id String, Optional

Request identifier.

  • Valid UUID.