@golemio/fypr 1.1.1-dev.2366155514 → 1.1.1-dev.2368450356
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/openapi-output.yaml +0 -11
- package/package.json +1 -1
package/docs/openapi-output.yaml
CHANGED
|
@@ -23,9 +23,6 @@ tags:
|
|
|
23
23
|
- name: FYPR (v1)
|
|
24
24
|
description: Data about physical (on-site) information elements of the Legible Prague system.
|
|
25
25
|
|
|
26
|
-
security:
|
|
27
|
-
- ApiKeyAuth: []
|
|
28
|
-
|
|
29
26
|
paths:
|
|
30
27
|
/v1/fypr/display-cases:
|
|
31
28
|
get:
|
|
@@ -148,14 +145,6 @@ paths:
|
|
|
148
145
|
$ref: "#/components/responses/UnauthorizedError"
|
|
149
146
|
|
|
150
147
|
components:
|
|
151
|
-
securitySchemes:
|
|
152
|
-
ApiKeyAuth:
|
|
153
|
-
type: apiKey
|
|
154
|
-
in: header
|
|
155
|
-
name: X-Access-Token
|
|
156
|
-
description: >-
|
|
157
|
-
Golemio API key. Obtain at https://api.golemio.cz/api-keys
|
|
158
|
-
|
|
159
148
|
parameters:
|
|
160
149
|
limit:
|
|
161
150
|
name: limit
|