Skip to content

Commit

Permalink
Fix assets query definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Benkevich committed Jun 7, 2020
1 parent ea42255 commit 14776ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,5 @@ dmypy.json

# Pyre type checker
.pyre/

version.py
4 changes: 3 additions & 1 deletion alsdkdefs/apis/assets_query/assets_query.v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,9 @@ paths:
get:
summary: Your GET endpoint
tags: []
responses: {}
responses:
'200':
'description': 'OK'
operationId: find_asset
parameters:
- schema:
Expand Down
Empty file.

0 comments on commit 14776ae

Please sign in to comment.