Skip to content

Commit

Permalink
Merge pull request #6363 from eduardoj/modify_excluded_requests_api_doc
Browse files Browse the repository at this point in the history
Modify excluded requests API routes documentation
  • Loading branch information
bgeuken committed Nov 25, 2018
2 parents b2579c5 + 343ee2e commit 559632f
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 559632f

Please sign in to comment.