aboutsummaryrefslogtreecommitdiff
path: root/schemas/openapi.yaml
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2022-01-03 00:58:17 +0100
committerbozo.kopic <bozo@kopic.xyz>2022-01-03 00:58:17 +0100
commitae33b2c75ec0e03fd1d80241a4c4b29acadb517c (patch)
treefa86a159bafb6ea5c1605cd66a67f8be5a24ba3e /schemas/openapi.yaml
parent1a73bd946b8636dbcbb2970c8f8e919b888074ab (diff)
calculate native implementation
Diffstat (limited to 'schemas/openapi.yaml')
-rw-r--r--schemas/openapi.yaml5
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