Skip to content

Edit a paste

PUT
/paste/{id}

Authorizations

BearerAuth
TypeHTTP (bearer)

Parameters

Path Parameters

id*
Typestring
Required

Request Body

application/json
JSON
{
"title": "string",
"content": "string",
"encrypted": true,
"folder": "string",
"type": "string",
"tags": [
"string"
],
"visibility": "string",
"expireAt": "string"
}

Responses

Paste updated

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI