Edit a paste
PUT
/paste/{id}
Authorizations
BearerAuth
TypeHTTP (bearer)
Parameters
Path Parameters
id*
Typestring
RequiredRequest Body
application/json
JSON
{
"title": "string",
"content": "string",
"encrypted": true,
"folder": "string",
"type": "string",
"tags": [
"string"
],
"visibility": "string",
"expireAt": "string"
}
Responses
Paste updated