Skip to content

Commit

Permalink
adding sdk_token to workflow run schema (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoneyryderChuck authored Jul 23, 2024
1 parent 12daa82 commit 87f04a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/workflow_runs/definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,7 @@ workflow_run_response:
message:
type: string
description: A textual description of the error.
sdk_token:
type: string
nullable: true
description: Client token to use when loading this workflow run in the Onfido SDK.

0 comments on commit 87f04a0

Please sign in to comment.