POST
/
plugin
/
{id}
/
regenerate-secret
curl --request POST \
  --url https://app.teable.io/api/plugin/%7Bid%7D/regenerate-secret \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "id": "<string>",
  "secret": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

201 - application/json
Returns data about the plugin.
id
string
required
secret
string
required