We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/posts/create
Method:
POST
Example:
GET /posts/create HTTP 405 Method Not Allowed Allow: POST, OPTIONS Content-Type: application/json Vary: Accept { "detail": "Method \"GET\" not allowed." }
After the author made the post, it would return:
POST /posts/create HTTP 201 Created Allow: POST, OPTIONS Content-Type: application/json Vary: Accept