跳轉到主要內容
POST
/
sites
/
{siteId}
/
security
/
rotate-identity-secret
輪替身分簽署密鑰
curl --request POST \
  --url https://api.tinyinbox.app/sites/{siteId}/security/rotate-identity-secret \
  --header 'Authorization: Bearer <token>'
{
  "security": {
    "publicKey": "<string>",
    "identitySecret": "<string>",
    "updatedAt": "2023-11-07T05:31:56Z",
    "domain": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.tinyinbox.co/llms.txt

Use this file to discover all available pages before exploring further.

授權

Authorization
string
header
必填

儀表板和帳號路由使用的已簽署使用者 session token。

路徑參數

siteId
string<uuid>
必填

回應

已輪替的網站安全設定

security
object
必填