|
251 | 251 | ``` |
252 | 252 |
|
253 | 253 | In order to save new items to the dataset, send HTTP POST request with JSON payload to the same URL. |
254 | | -- name: Actors/Build OpenAPI specification |
255 | | - x-displayName: Build OpenAPI Specification |
| 254 | +- name: Actors/Get OpenAPI specification |
| 255 | + x-displayName: Get OpenAPI specification |
256 | 256 | x-parent-tag-name: Actors |
257 | 257 | x-trait: 'true' |
258 | 258 | description: | |
259 | 259 | To obtain the OpenAPI schema for actor builds, two similar endpoints are available: |
260 | 260 |
|
261 | 261 | - [First Endpoint](/api/v2/act-openapi-specification-get): Requires both `actorId` and `buildId`. You can pass `default` instead of buildId to retrieve the OpenAPI schema for the default actor build. |
262 | 262 | - [Second Endpoint](/api/v2/actor-build-openapi-specification-get): Requires only `buildId`. |
263 | | - x-legacy-doc-urls: |
264 | | - - '#/reference/actors/openapi-specification' |
265 | 263 | - name: Actor tasks |
266 | 264 | x-displayName: Actor tasks |
267 | 265 | x-legacy-doc-urls: |
|
559 | 557 | - '#tag/Actor-buildsBuild-log' |
560 | 558 | x-trait: 'true' |
561 | 559 | description: Check out [Logs](#/reference/logs) for full reference. |
562 | | -- name: Actor builds/Build OpenAPI specification |
563 | | - x-displayName: Build OpenAPI Specification |
| 560 | +- name: Actor builds/Get OpenAPI specification |
| 561 | + x-displayName: Get OpenAPI specification |
564 | 562 | x-parent-tag-name: Actor builds |
565 | 563 | x-trait: 'true' |
566 | 564 | description: | |
567 | 565 | To obtain the OpenAPI schema for actor builds, two similar endpoints are available: |
568 | 566 |
|
569 | 567 | - [First Endpoint](/api/v2/act-openapi-specification-get): Requires both `actorId` and `buildId`. You can pass `default` instead of buildId to retrieve the OpenAPI schema for the default actor build. |
570 | 568 | - [Second Endpoint](/api/v2/actor-build-openapi-specification-get): Requires only `buildId`. |
571 | | - x-legacy-doc-urls: |
572 | | - - '#/reference/actor-builds/openapi-specification' |
573 | 569 | - name: Key-value stores |
574 | 570 | x-displayName: Key-value stores |
575 | 571 | x-legacy-doc-urls: |
|
0 commit comments