Update an API endpoint
Update API endpoint code, settings, and authentication rules
Authentication: required
PUT
Update an API endpoint
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
The body is of type string.
Example:
"query foo verb=GET {\n input {\n int score\n }\n stack {\n var $x1 {\n value = $input.score + 1\n }\n }\n response = $x1\n}\n"
Response
Success!
Retrieve a specific API endpoint by ID
Previous
Delete an API endpoint permanently. This action cannot be undone
Next
Update an API endpoint