Skip to content

Commit 6a436e9

Browse files
committed
refactor: clean up
1 parent e72b84f commit 6a436e9

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

apify-api/openapi/components/schemas/actor-builds/GetOpenApiResponse.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ properties:
1212
example: Your Magic Actor
1313
version:
1414
type: string
15-
example: "1.0"
15+
example: '1.0'
1616
x-build-id:
1717
type: string
18-
example: "ID of build"
18+
example: 'ID of build'
1919
servers:
2020
type: array
2121
items:
@@ -46,7 +46,7 @@ properties:
4646
type: array
4747
items:
4848
type: string
49-
example: ["Run Actor"]
49+
example: ['Run Actor']
5050
requestBody:
5151
type: object
5252
properties:
@@ -116,7 +116,7 @@ properties:
116116
type: array
117117
items:
118118
type: string
119-
example: ["Run Actor"]
119+
example: ['Run Actor']
120120
requestBody:
121121
type: object
122122
properties:
@@ -194,7 +194,7 @@ properties:
194194
type: array
195195
items:
196196
type: string
197-
example: ["Run Actor"]
197+
example: ['Run Actor']
198198
requestBody:
199199
type: object
200200
properties:
@@ -300,7 +300,7 @@ properties:
300300
example: date-time
301301
example:
302302
type: string
303-
example: "2025-01-08T00:00:00.000Z"
303+
example: '2025-01-08T00:00:00.000Z'
304304
finishedAt:
305305
type: object
306306
properties:
@@ -312,7 +312,7 @@ properties:
312312
example: date-time
313313
example:
314314
type: string
315-
example: "2025-01-08T00:00:00.000Z"
315+
example: '2025-01-08T00:00:00.000Z'
316316
status:
317317
type: object
318318
properties:
@@ -321,7 +321,7 @@ properties:
321321
example: string
322322
example:
323323
type: string
324-
example: "READY"
324+
example: 'READY'
325325
meta:
326326
type: object
327327
properties:
@@ -339,7 +339,7 @@ properties:
339339
example: string
340340
example:
341341
type: string
342-
example: "API"
342+
example: 'API'
343343
userAgent:
344344
type: object
345345
properties:

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
@@ -27,4 +27,4 @@ get:
2727
content:
2828
application/json:
2929
schema:
30-
$ref: "../../components/schemas/actor-builds/GetOpenApiResponse.yaml"
30+
$ref: '../../components/schemas/actor-builds/GetOpenApiResponse.yaml'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ get:
44
summary: Get OpenAPI specification
55
description: |
66
Get the OpenAPI specification for a specific Actor build.
7-
7+
88
To fetch the default Actor build, simply pass `default` as the `buildId`.
99
Authentication is based on the build's unique ID. No authentication token is required.
1010
@@ -37,4 +37,4 @@ get:
3737
content:
3838
application/json:
3939
schema:
40-
$ref: "../../components/schemas/actor-builds/GetOpenApiResponse.yaml"
40+
$ref: '../../components/schemas/actor-builds/GetOpenApiResponse.yaml'

0 commit comments

Comments
 (0)