Skip to content

Commit

Permalink
Add hash to authorized params
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin01 committed Sep 5, 2014
1 parent e022351 commit 039e42a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/json/api-descriptors.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"noCheckParams": true,
"params": [
"id",
"hash",
"search",
"before",
"after",
Expand All @@ -88,6 +89,7 @@
"verb": "POST",
"body": [
"identifier",
"hash",
"creation_date",
"modification_date",
"document_type",
Expand Down Expand Up @@ -127,6 +129,7 @@
"requireId": true,
"body": [
"identifier",
"hash",
"document_type",
"actions",
"data",
Expand Down

0 comments on commit 039e42a

Please sign in to comment.