/workflows/{workflow_id}/jobs/scheduleAuthentication
cookieSessionEncrypted session cookie issued after registration or login.
cookie: sessioncsrfTokenCSRF cookie issued with the session and required for state-changing requests.
cookie: csrfAll credentials in this group are required.
Parameters
workflow_idNo additional description.
string · uuidIdempotency-KeyValid UTF-8 containing 1-255 bytes after trimming only outer ASCII spaces (U+0020), with no Unicode control characters. Reuse a key only for retries of the exact same logical request.
stringmin length: 1Responses
Manual job created for a workflow owned by the caller that is not terminated and has completed its build
{
"type": "object",
"required": [
"id"
],
"properties": {
"id": {
"type": "string",
"format": "uuid"
}
}
}Missing or invalid session
Resource not found
Idempotency key was already used with a different logical request
Current workflow or job state does not allow the operation
Ingress rate or connection limit exceeded for the client address
