Skip to content

Commit

Permalink
Document ids for check request and webhook environments field name fi…
Browse files Browse the repository at this point in the history
…xed (#33)
  • Loading branch information
akrasnoshchok authored Aug 14, 2020
1 parent d257650 commit 9aafe10
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion onfido-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.onfido</groupId>
<artifactId>onfido-api-java</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>

<name>Onfido API Java Client</name>
<description>Official Java API client library for the Onfido API</description>
Expand Down
8 changes: 8 additions & 0 deletions onfido-java/src/main/models/check.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@
"type": "string"
}
},
"document_ids": {
"description": "An array of document ids (strings).",
"writeOnly": true,
"type": "array",
"items": {
"type": "string"
}
},
"tags": {
"type": "array",
"items": {
Expand Down
4 changes: 2 additions & 2 deletions onfido-java/src/main/models/webhook.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"description": "The URI of this resource",
"readOnly": true
},
"environment": {
"environments": {
"type": "array",
"description": "The environment to be used",
"description": "The environments to be used",
"items": {
"type": "string"
}
Expand Down

0 comments on commit 9aafe10

Please sign in to comment.