Skip to content

Commit

Permalink
Add new excluded requests API routes in apidocs
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoj committed Nov 22, 2018
1 parent e8886aa commit 6c51096
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>
Exclude this request from this Staging

DELETE /staging_excluded_requests/<request>
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 6c51096

Please sign in to comment.