Skip to content

Commit

Permalink
Merge pull request amabnl#74 in FLIGHT/service.amadeus from fix-remar…
Browse files Browse the repository at this point in the history
…ks-routes to master

* commit 'baa4b8c88373db281e4420ba37ae9deee0a01d1c':
  - fixing api docs for query parameter
  - fixing remark routes in documentation - fixing remark retrieve argument not being parsed properly
  • Loading branch information
mlamm committed Jul 26, 2018
2 parents 24d971e + baa4b8c commit f78b4a8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/api.apib
Original file line number Diff line number Diff line change
Expand Up @@ -380,11 +380,11 @@ This request will commit all changes and close the given session (security_signo

<!-- include(session/error-response_schema.json) -->

## Remarks [/remarks]
## Remarks [/remarks/]

### Remarks [GET /remarks/{recordLocator}]
### Remarks [GET /remarks?recordLocator={recordLocator}]

This request will return all remarks for given recordLocator and officeId
This request will return all remarks for given recordLocator and officeId.

+ Parameters

Expand Down Expand Up @@ -424,7 +424,7 @@ This request will return all remarks for given recordLocator and officeId

<!-- include(remarks/error-response_schema.json) -->

### Remarks [POST /remarks]
### Remarks [POST /remarks/]

This request will add the given remarks, return all remarks for given recordLocator and officeId

Expand Down Expand Up @@ -467,7 +467,7 @@ This request will add the given remarks, return all remarks for given recordLoca

<!-- include(remarks/error-response_schema.json) -->

### Remarks [PUT /remarks]
### Remarks [PUT /remarks/]

This request will change the given remarks, return all remarks for given recordLocator and officeId

Expand Down Expand Up @@ -510,7 +510,7 @@ This request will change the given remarks, return all remarks for given recordL

<!-- include(remarks/error-response_schema.json) -->

### Remarks [DELETE /remarks]
### Remarks [DELETE /remarks/]

This request will delete the given remarks, return all remarks for given recordLocator and officeId

Expand Down

0 comments on commit f78b4a8

Please sign in to comment.