Unkey · Schema

EmptyResponse

Empty response object by design. A successful response indicates this operation was successfully executed.

API KeysRate LimitingAuthenticationDeveloper PlatformAccess ControlIdentityAnalytics
View JSON Schema on GitHub

JSON Schema

unkey-emptyresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmptyResponse",
  "title": "EmptyResponse",
  "type": "object",
  "additionalProperties": false,
  "description": "Empty response object by design. A successful response indicates this operation was successfully executed."
}