Skip to main content
POST
/
issuers
/
{issuer_id}
/
restore
Restore Issuer
curl --request POST \
  --url http://localhost:8000/issuers/{issuer_id}/restore
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

authorization
string | null
x-api-key
string | null
x-tenant-id
string | null

Path Parameters

issuer_id
string<uuid>
required

Cookies

factio_access_token
string | null

Response

Successful Response