ZITADEL Docs
APIsCore ResourcesV2Action

Update Target

Update an existing target. To generate a new signing key set the optional expirationSigningKey.

Required permission:

  • action.target.write
POST
/v2/actions/targets/{id}

Path Parameters

id*string

The unique identifier of the target to update.

Response Body

application/json

curl -X POST "https://loading/v2/actions/targets/string"
{
  "changeDate": "2023-01-15T01:30:15.01Z",
  "signingKey": "string"
}

Was this page helpful?