HTTP
Methods Link to heading
POST Link to heading
Responses Link to heading
- 201 (Created) containing a Location header - If one or more resources has been created. Source: RFC 7231 - Section 4.3.3
Headers Link to heading
- Location: URI
https://example.com/path
or relative/path
. When relative the final value is computed by resolving it against the effective request URI. Source: RFC 7231 - Section 7.1.2