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.
/nodes/create
Method:
POST
Example:
GET /nodes/create/ HTTP 405 Method Not Allowed Allow: POST, OPTIONS Content-Type: application/json Vary: Accept { "detail": "Method \"GET\" not allowed." }
after creating a new node, it would return:
POST /nodes/create/ HTTP 201 Created Allow: POST, OPTIONS Content-Type: application/json Vary: Accept { "id": 15, "username": "sa", "rcred_username": "test", "node_url": "http://xwse.com", "access_to_posts": false }