Skip to content

Commit

Permalink
Modify excluded requests API routes documentation
Browse files Browse the repository at this point in the history
Excluded requests API routes changed. This commit modifies the
documentation accordingly.
  • Loading branch information
eduardoj committed Nov 23, 2018
1 parent b2579c5 commit 343ee2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/api/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1940,10 +1940,10 @@ XmlResult: required_checks
<request>: The number of the request, e.g. 12345
<description>: A string of text (url encoded)

POST /staging_excluded_requests/<request>/<project>?description=<description>
POST /staging/<project>/excluded_requests/<request>?description=<description>
Exclude this request from this Staging

DELETE /staging_excluded_requests/<request>
DELETE /staging/<project>/excluded_requests/<request>
Stop excluding this request


Expand Down

0 comments on commit 343ee2e

Please sign in to comment.