Skip to main content

StandardResponseHeadersModel

Common response headers.

Breaking Changes

No breaking changes.

Examples

Fill this template out with real values.

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

Fields

content-type String, Optional

Default Value: application/json

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

  • At least 1 and no more than 256 characters.

x-api-version String, Required

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, Required

Request identifier.

  • Valid UUID.