-
Notifications
You must be signed in to change notification settings - Fork 0
endpoint example
Marco-Garro edited this page Dec 30, 2024
·
2 revisions
Brief description.
Brief description. Put nothing more than a *No request content*
| Header | Value |
|---|---|
| header-example | example-value1; example-value2; ...; example-valuen |
| example-header | write a description |
If present put example structure, otherwise *no body*
{
"teapot": true,
"status": 418,
"error": {
"message": "Ain't gonna brew no coffee",
"stacktrace": "..."
}
}Type: boolean
Description:
A brief description of the attribute.
Examples:
truefalse
Type: integer
Description:
A brief description of the attribute.
Examples:
200418
Type: object
Description:
A brief description of the attribute.
Attributes:
-
message:-
Type:
string - Description: A brief description of the attribute.
-
Type:
-
stacktrace:-
Type:
string - Description: A brief description of the attribute.
-
Type:
Brief description.
| Header | Value |
|---|---|
| content-type | application/json |
{
"teapot": true,
"status": 418,
"error": "Ain't gonna brew no coffee"
}Type: boolean
Description:
A brief description of the attribute.
Examples:
true-
false...