|
219 | 219 | },
|
220 | 220 | "/datasets": {
|
221 | 221 | "get": {
|
| 222 | + "security": [ |
| 223 | + { |
| 224 | + "Auth": [] |
| 225 | + } |
| 226 | + ], |
222 | 227 | "description": "Get list of datasets",
|
223 | 228 | "tags": [
|
224 | 229 | "Datasets"
|
|
259 | 264 | "$ref": "#/components/responses/ForbiddenError"
|
260 | 265 | }
|
261 | 266 | },
|
262 |
| - "x-axiom-preview": true, |
263 |
| - "security": [ |
264 |
| - { |
265 |
| - "Auth": [ |
266 |
| - "other" |
267 |
| - ] |
268 |
| - } |
269 |
| - ] |
| 267 | + "x-axiom-preview": true |
270 | 268 | },
|
271 | 269 | "post": {
|
272 | 270 | "security": [
|
|
322 | 320 | },
|
323 | 321 | "/datasets/{dataset_id}": {
|
324 | 322 | "get": {
|
| 323 | + "security": [ |
| 324 | + { |
| 325 | + "Auth": [] |
| 326 | + } |
| 327 | + ], |
325 | 328 | "description": "Get dataset by ID",
|
326 | 329 | "tags": [
|
327 | 330 | "Datasets"
|
|
356 | 359 | "$ref": "#/components/responses/NotFoundError"
|
357 | 360 | }
|
358 | 361 | },
|
359 |
| - "x-axiom-preview": true, |
360 |
| - "security": [ |
361 |
| - { |
362 |
| - "Auth": [ |
363 |
| - "other" |
364 |
| - ] |
365 |
| - } |
366 |
| - ] |
| 362 | + "x-axiom-preview": true |
367 | 363 | },
|
368 | 364 | "put": {
|
369 | 365 | "security": [
|
|
543 | 539 | },
|
544 | 540 | "/datasets/{dataset_id}/fields": {
|
545 | 541 | "get": {
|
| 542 | + "security": [ |
| 543 | + { |
| 544 | + "Auth": [] |
| 545 | + } |
| 546 | + ], |
546 | 547 | "tags": [
|
547 | 548 | "datasets"
|
548 | 549 | ],
|
|
574 | 575 | "403": {
|
575 | 576 | "$ref": "#/components/responses/ForbiddenError"
|
576 | 577 | }
|
577 |
| - }, |
578 |
| - "security": [ |
579 |
| - { |
580 |
| - "Auth": [ |
581 |
| - "other" |
582 |
| - ] |
583 |
| - } |
584 |
| - ] |
| 578 | + } |
585 | 579 | }
|
586 | 580 | },
|
587 | 581 | "/datasets/{dataset_id}/fields/{field_id}": {
|
588 | 582 | "get": {
|
| 583 | + "security": [ |
| 584 | + { |
| 585 | + "Auth": [] |
| 586 | + } |
| 587 | + ], |
589 | 588 | "tags": [
|
590 | 589 | "datasets"
|
591 | 590 | ],
|
|
619 | 618 | }
|
620 | 619 | }
|
621 | 620 | }
|
622 |
| - }, |
623 |
| - "security": [ |
624 |
| - { |
625 |
| - "Auth": [ |
626 |
| - "other" |
627 |
| - ] |
628 |
| - } |
629 |
| - ] |
| 621 | + } |
630 | 622 | },
|
631 | 623 | "put": {
|
632 | 624 | "security": [
|
|
684 | 676 | },
|
685 | 677 | "/datasets/{dataset_id}/mapfields": {
|
686 | 678 | "get": {
|
| 679 | + "security": [ |
| 680 | + { |
| 681 | + "Auth": [] |
| 682 | + } |
| 683 | + ], |
687 | 684 | "tags": [
|
688 | 685 | "datasets"
|
689 | 686 | ],
|
|
710 | 707 | }
|
711 | 708 | }
|
712 | 709 | },
|
713 |
| - "x-axiom-not-suspended": true, |
714 |
| - "security": [ |
715 |
| - { |
716 |
| - "Auth": [ |
717 |
| - "other" |
718 |
| - ] |
719 |
| - } |
720 |
| - ] |
| 710 | + "x-axiom-not-suspended": true |
721 | 711 | },
|
722 | 712 | "put": {
|
723 | 713 | "security": [
|
|
754 | 744 | },
|
755 | 745 | "responses": {
|
756 | 746 | "200": {
|
757 |
| - "description": "A list of MapField-names", |
| 747 | + "description": "A list of map field names", |
758 | 748 | "content": {
|
759 | 749 | "application/json": {
|
760 | 750 | "schema": {
|
|
2155 | 2145 | },
|
2156 | 2146 | "/user": {
|
2157 | 2147 | "get": {
|
| 2148 | + "security": [ |
| 2149 | + { |
| 2150 | + "Auth": [] |
| 2151 | + } |
| 2152 | + ], |
2158 | 2153 | "description": "Get current user",
|
2159 | 2154 | "tags": [
|
2160 | 2155 | "Users"
|
|
2173 | 2168 | }
|
2174 | 2169 | },
|
2175 | 2170 | "x-axiom-no-org-required": true,
|
2176 |
| - "x-axiom-preview": true, |
| 2171 | + "x-axiom-preview": true |
| 2172 | + }, |
| 2173 | + "put": { |
2177 | 2174 | "security": [
|
2178 | 2175 | {
|
2179 |
| - "Auth": [ |
2180 |
| - "other" |
2181 |
| - ] |
| 2176 | + "Auth": [] |
2182 | 2177 | }
|
2183 |
| - ] |
2184 |
| - }, |
2185 |
| - "put": { |
| 2178 | + ], |
2186 | 2179 | "description": "Update current user",
|
2187 | 2180 | "tags": [
|
2188 | 2181 | "Users"
|
|
2211 | 2204 | }
|
2212 | 2205 | },
|
2213 | 2206 | "x-axiom-no-org-required": true,
|
2214 |
| - "x-axiom-preview": true, |
2215 |
| - "security": [ |
2216 |
| - { |
2217 |
| - "Auth": [ |
2218 |
| - "other" |
2219 |
| - ] |
2220 |
| - } |
2221 |
| - ] |
| 2207 | + "x-axiom-preview": true |
2222 | 2208 | }
|
2223 | 2209 | },
|
2224 | 2210 | "/users": {
|
|
3713 | 3699 | }
|
3714 | 3700 | },
|
3715 | 3701 | "MapField": {
|
3716 |
| - "description": "A mapfield, described by a name", |
| 3702 | + "description": "A map field, described by a name", |
3717 | 3703 | "type": "object",
|
3718 | 3704 | "required": [
|
3719 | 3705 | "name"
|
|
3728 | 3714 | }
|
3729 | 3715 | },
|
3730 | 3716 | "MapFields": {
|
3731 |
| - "description": "A list of mapfield-names", |
| 3717 | + "description": "A list of map field names", |
3732 | 3718 | "type": "array",
|
3733 | 3719 | "items": {
|
3734 | 3720 | "type": "string"
|
|
0 commit comments