Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 785 Bytes

RequestStatus.md

File metadata and controls

13 lines (10 loc) · 785 Bytes

# RequestStatus

Properties

Name Type Description Notes
title string
status_code int The status code of the response. Usually, but not necessarliy the HTTP status code. Same as attribut "status" but deprecated. Do not use. Will be removed in the next major version.
status int The status code of the response. Usually, but not necessarliy the HTTP status code. [optional]
instance string A URI reference that identifies the specific occurrence of the problem. [optional]
detail string [optional]

[Back to Model list] [Back to API list] [Back to README]