Path2
Description of the POST operation
Authorizations
Body
property1stringOptionalExample:
example_value
property2integerOptionalExample:
123
Responses
201
Successfully created
400
Bad request
500
Internal server error
post
POST /v1/path2 HTTP/1.1
Host: api.example.com
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 45
{
"property1": "example_value",
"property2": 123
}
No content