Update a middleware
Update middleware code, metadata, and caching settings
Authentication: required
PUT
Update a middleware
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The body is of type string.
Example:
"middleware foo {\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 middleware by ID
Previous
Delete a middleware permanently. This action cannot be undone
Next
Update a middleware