Skip to content

Commit

Permalink
Improve naming of files for request endpoints OpenAPI documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
krauselukas committed Jan 21, 2021
1 parent d10bc42 commit 2ce8d8b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 66 deletions.
6 changes: 3 additions & 3 deletions src/api/public/apidocs-new/OBS-v2.10.50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ paths:
/request:
$ref: 'paths/request.yaml'
/request?view=collection:
$ref: 'paths/request_request_collection.yaml'
$ref: 'paths/request_view_collection.yaml'
/request/{id}:
$ref: 'paths/request_request_id.yaml'
$ref: 'paths/request_id.yaml'
/request/{id}?cmd=diff:
$ref: 'paths/request_request_diff.yaml'
$ref: 'paths/request_id_cmd_diff.yaml'

components:
securitySchemes:
Expand Down
63 changes: 0 additions & 63 deletions src/api/public/apidocs-new/paths/request_request_diff.yaml

This file was deleted.

0 comments on commit 2ce8d8b

Please sign in to comment.