Path2

Summary of the POST operation

post

Description of the POST operation

Authorizations
Body
property1stringOptionalExample: example_value
property2integerOptionalExample: 123
Responses
201

Successfully created

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