Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.17 KB

File metadata and controls

28 lines (16 loc) · 1.17 KB

ErrorLinkDescription

The request-related HATEOAS link information.

Properties

Name Type Description Notes
href String The complete target URL. To make the related call, combine the method with this URI Template-formatted link. For pre-processing, include the `$`, `(`, and `)` characters. The `href` is the key HATEOAS component that links a completed call with a subsequent call.
rel String The link relation type, which serves as an ID for a link that unambiguously describes the semantics of the link. See Link Relations.
method MethodEnum The HTTP method required to make the related call. [optional]

Enum: MethodEnum

Name Value
GET "GET"
POST "POST"
PUT "PUT"
DELETE "DELETE"
PATCH "PATCH"