Skip to content

Commit

Permalink
Merge pull request #6351 from eduardoj/add_excluded_requests_api_doc
Browse files Browse the repository at this point in the history
Add new excluded requests API routes in apidocs
  • Loading branch information
bgeuken committed Nov 22, 2018
2 parents e8886aa + 6c51096 commit 78dc408
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/api/api/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1930,6 +1930,21 @@ DELETE /status_reports/repositories/<project>/<repository>/required_checks/<chec
Delete a required check
XmlResult: required_checks


== Staging

=== Excluded Requests

<project>: The name of the main project of a Staging, e.g. openSUSE_Tumbleweed
<request>: The number of the request, e.g. 12345

POST /staging_excluded_requests/<request>/<project>

This comment has been minimized.

Copy link
@vpereira

vpereira Nov 22, 2018

Contributor

@bgeuken merged too fast.... #6348

Exclude this request from this Staging

DELETE /staging_excluded_requests/<request>

This comment has been minimized.

Copy link
@vpereira

vpereira Nov 22, 2018

Contributor

@bgeuken this url will change too #6348

Stop excluding this request


== Internal only routes

/public shall not be used in any tools, it is for OBS remote support only and may
Expand Down

0 comments on commit 78dc408

Please sign in to comment.