|
255 | 255 | ```
|
256 | 256 |
|
257 | 257 | In order to save new items to the dataset, send HTTP POST request with JSON payload to the same URL.
|
258 |
| -- name: Actors/Get OpenAPI specification |
259 |
| - x-displayName: Get OpenAPI specification |
| 258 | +- name: Actors/Get OpenAPI definition |
| 259 | + x-displayName: Get OpenAPI definition |
260 | 260 | x-parent-tag-name: Actors
|
261 | 261 | x-trait: 'true'
|
262 | 262 | description: |
|
263 |
| - Get the OpenAPI specification for Actor builds. Two similar endpoints are available: |
| 263 | + Get the OpenAPI definition for Actor builds. Two similar endpoints are available: |
264 | 264 |
|
265 |
| - - [First endpoint](/api/v2/act-openapi-specification-get): Requires both `actorId` and `buildId`. Use `default` as the `buildId` to get the OpenAPI schema for the default Actor build. |
266 |
| - - [Second endpoint](/api/v2/actor-build-openapi-specification-get): Requires only `buildId`. |
| 265 | + - [First endpoint](/api/v2/act-openapi-json-get): Requires both `actorId` and `buildId`. Use `default` as the `buildId` to get the OpenAPI schema for the default Actor build. |
| 266 | + - [Second endpoint](/api/v2/actor-build-openapi-json-get): Requires only `buildId`. |
267 | 267 | - name: Actor tasks
|
268 | 268 | x-displayName: Actor tasks
|
269 | 269 | x-legacy-doc-urls:
|
|
561 | 561 | - '#tag/Actor-buildsBuild-log'
|
562 | 562 | x-trait: 'true'
|
563 | 563 | description: Check out [Logs](#/reference/logs) for full reference.
|
564 |
| -- name: Actor builds/Get OpenAPI specification |
565 |
| - x-displayName: Get OpenAPI specification |
| 564 | +- name: Actor builds/Get OpenAPI definition |
| 565 | + x-displayName: Get OpenAPI definition |
566 | 566 | x-parent-tag-name: Actor builds
|
567 | 567 | x-trait: 'true'
|
568 | 568 | description: |
|
569 |
| - Get the OpenAPI specification for Actor builds. Two similar endpoints are available: |
| 569 | + Get the OpenAPI definition for Actor builds. Two similar endpoints are available: |
570 | 570 |
|
571 |
| - - [First endpoint](/api/v2/act-openapi-specification-get): Requires both `actorId` and `buildId`. Use `default` as the `buildId` to get the OpenAPI schema for the default Actor build. |
572 |
| - - [Second endpoint](/api/v2/actor-build-openapi-specification-get): Requires only `buildId`. |
| 571 | + - [First endpoint](/api/v2/act-openapi-json-get): Requires both `actorId` and `buildId`. Use `default` as the `buildId` to get the OpenAPI schema for the default Actor build. |
| 572 | + - [Second endpoint](/api/v2/actor-build-openapi-json-get): Requires only `buildId`. |
573 | 573 | - name: Key-value stores
|
574 | 574 | x-displayName: Key-value stores
|
575 | 575 | x-legacy-doc-urls:
|
|
0 commit comments