Skip to main content
POST
Repetir uma operação rejeitada

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

operationId
string
obrigatório

Operation id (UUID).

Exemplo:

"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"

Resposta

Created

operationId
string
obrigatório

New chained operation id (UUID).

Exemplo:

"018f8a3e-4b2c-7c1a-9e5d-2f6a1b3c4d5e"

originalOperationId
string
obrigatório

Chain root operation id (UUID) the retry descends from.

Exemplo:

"018f8a2c-1a2b-7c3d-8e4f-5a6b7c8d9e0f"

retryCount
integer<int32>
obrigatório

Chain depth of the new operation.

Exemplo:

1

state
string
obrigatório

Initial lifecycle state of the new operation.

Exemplo:

"CREATED"