Skip to content

Commit 32d14aa

Browse files
committed
refactor: clean up
1 parent c4004ce commit 32d14aa

File tree

4 files changed

+8
-12
lines changed

4 files changed

+8
-12
lines changed

apify-api/openapi/components/tags.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -251,17 +251,15 @@
251251
```
252252
253253
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
256256
x-parent-tag-name: Actors
257257
x-trait: 'true'
258258
description: |
259259
To obtain the OpenAPI schema for actor builds, two similar endpoints are available:
260260
261261
- [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.
262262
- [Second Endpoint](/api/v2/actor-build-openapi-specification-get): Requires only `buildId`.
263-
x-legacy-doc-urls:
264-
- '#/reference/actors/openapi-specification'
265263
- name: Actor tasks
266264
x-displayName: Actor tasks
267265
x-legacy-doc-urls:
@@ -559,17 +557,15 @@
559557
- '#tag/Actor-buildsBuild-log'
560558
x-trait: 'true'
561559
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
564562
x-parent-tag-name: Actor builds
565563
x-trait: 'true'
566564
description: |
567565
To obtain the OpenAPI schema for actor builds, two similar endpoints are available:
568566
569567
- [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.
570568
- [Second Endpoint](/api/v2/actor-build-openapi-specification-get): Requires only `buildId`.
571-
x-legacy-doc-urls:
572-
- '#/reference/actor-builds/openapi-specification'
573569
- name: Key-value stores
574570
x-displayName: Key-value stores
575571
x-legacy-doc-urls:

apify-api/openapi/components/x-tag-groups.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- Actors/Metamorph run
2020
- Actors/Resurrect run
2121
- Actors/Last run object and its storages
22-
- Actors/Build OpenAPI specification
22+
- Actors/Get OpenAPI specification
2323
- name: Actor tasks
2424
tags:
2525
- Actor tasks
@@ -51,7 +51,7 @@
5151
- Actor builds/Delete build
5252
- Actor builds/Abort build
5353
- Actor builds/Build log
54-
- Actor builds/Build OpenAPI specification
54+
- Actor builds/Get OpenAPI specification
5555
- name: Key-value stores
5656
tags:
5757
- Key-value stores

apify-api/openapi/paths/actor-builds/actor-builds@{buildId}@openapi-specification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
get:
22
tags:
3-
- Actor builds/Build OpenAPI specification
3+
- Actor builds/Get OpenAPI specification
44
summary: Get OpenAPI specification
55
description: |
66

apify-api/openapi/paths/actors/acts@{actorId}@builds@{buildId}@openapi-specification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
get:
22
tags:
3-
- Actors/Build OpenAPI specification
3+
- Actors/Get OpenAPI specification
44
summary: Get OpenAPI specification
55
description: |
66

0 commit comments

Comments
 (0)