Skip to content

Commit

Permalink
Merge pull request #985 from NatLibFi/issue862-mappings-documantation
Browse files Browse the repository at this point in the history
Additional documentation for mappings-method
  • Loading branch information
joelit authored May 14, 2020
2 parents 80fad12 + c0bde73 commit 454f1d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,13 @@
"required": true,
"type": "string"
},
{
"external": "external",
"in": "query",
"description": "Indicates whether mappings to external vocabularies should be listed",
"required": false,
"type": "boolean"
},
{
"name": "clang",
"in": "query",
Expand Down Expand Up @@ -1256,6 +1263,9 @@
"304": {
"description": "the resource was not modified, so there is no need to retransmit the requested resources"
},
"400": {
"description": "URI parameter is missing"
},
"404": {
"description": "no concept mappings could be found with the requested URI"
}
Expand Down

0 comments on commit 454f1d0

Please sign in to comment.