Skip to main content

This is a new service. Help us improve it and give your feedback.

SHOULD

SHOULD use standard http status codes

response SHOULD use standard HTTP status codes.

Invalid Example

Error-500 is not a valid HTTP status code.

/weather:
  get:
    responses:
      'Error-500':
        description: Internal Server Error

Valid Example

500 is a valid HTTP status code.

/weather:
  get:
    responses:
      '500':
        description: Internal Server Error

Zalando Guideline 150


Published: 24 January 2025
Last updated: 14 August 2025
Page Source