Skip to content

Commit

Permalink
Update api.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arjprd committed Sep 16, 2022
1 parent 7d1b1c4 commit 89f9a1e
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions spec/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -3633,10 +3633,26 @@
],
"type": "string",
"x-formData-name": "token"
},
"client_id": {
"required": [
"client_id"
],
"type": "string",
"x-formData-name": "client_id"
},
"client_secret": {
"required": [
"client_secret"
],
"type": "string",
"x-formData-name": "client_secret"
}
},
"required": [
"token"
"token",
"client_id",
"client_secret"
],
"type": "object"
}
Expand Down Expand Up @@ -3832,4 +3848,4 @@
},
"x-forwarded-proto": "string",
"x-request-id": "string"
}
}

0 comments on commit 89f9a1e

Please sign in to comment.