Skip to content

Commit

Permalink
Added 'terms' section to metrics API per issue #152
Browse files Browse the repository at this point in the history
  • Loading branch information
fschiettecatte committed Nov 2, 2017
1 parent 7f06994 commit aa06429
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions metrics-api.md
Expand Up @@ -37,7 +37,8 @@ A synchronous `application/json` response, of the following form:
"dateGenerated": "2017-08-24",
},
"disclaimer": "...",
"disclaimer": "Disclaimer text...",
"terms": "Terms text..."
}
```

Expand Down Expand Up @@ -103,7 +104,11 @@ A synchronous `application/json` response, of the following form:

##### Disclaimer
* ***Optional***
* Optional disclaimer.
* [Optional disclaimer](/search-api.md).

##### Terms
* ***Optional***
* [Optional terms](/search-api.md).

### Response Codes
Possible response codes are as follows:
Expand Down

0 comments on commit aa06429

Please sign in to comment.