diff options
Diffstat (limited to 'schemas')
| -rw-r--r-- | schemas/openapi.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/schemas/openapi.yaml b/schemas/openapi.yaml index 0a45bb7..442f685 100644 --- a/schemas/openapi.yaml +++ b/schemas/openapi.yaml @@ -7,6 +7,11 @@ paths: '/calculate': post: parameters: + - name: native + in: query + required: false + schema: + type: boolean - name: method in: query required: true |
