Update Target
Update an existing target. To generate a new signing key set the optional expirationSigningKey.
Required permission:
action.target.write
curl -X POST "https://loading/v2/actions/targets/string"{
"changeDate": "2023-01-15T01:30:15.01Z",
"signingKey": "string"
}Was this page helpful?
Set Execution
Set Execution: Sets an execution to call a target or include the targets of another execution. Setting an empty list of targets will remove all targets from the execution, making it a noop. Required permission:
Instance API
Explore the Instance API operation in the ZITADEL API. Learn about request parameters, response schemas, and integration details for this endpoint.