Skip to content

Commit ed2c4fb

Browse files
authored
Fix null being converted to empty object in the examples (#468)
1 parent d88c473 commit ed2c4fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/docs/api_v2/api_v2_reference.apib

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3758,7 +3758,7 @@ a summary of your limits, and your current usage.
37583758
- username: `janedoe` (string, nullable)
37593759
- createdAt: `2018-10-26T07:23:14.855Z` (string, required)
37603760
- modifiedAt: `2018-10-26T13:30:49.578Z` (string, required)
3761-
- removedAt: `null` (string, nullable)
3761+
- removedAt (string, nullable)
37623762
- stats (object, nullable)
37633763
- totalRuns: 15 (number, required)
37643764
- options (object, nullable)
@@ -3812,7 +3812,7 @@ a summary of your limits, and your current usage.
38123812
- username: `janedoe` (string, nullable)
38133813
- createdAt: `2018-10-26T07:23:14.855Z` (string, required)
38143814
- modifiedAt: `2018-10-26T13:30:49.578Z` (string, required)
3815-
- removedAt: `null` (string, nullable)
3815+
- removedAt (string, nullable)
38163816
- stats (object, nullable)
38173817
- totalRuns: 15 (number, required)
38183818
- options (object, nullable)
@@ -4177,7 +4177,7 @@ a summary of your limits, and your current usage.
41774177
- actId: `janedoe~my-actor` (string, required)
41784178
- userId: `PNWZBd7Z9c746JAnF` (string, required)
41794179
- startedAt: `2019-11-30T07:34:24.202Z` (string, required)
4180-
- finishedAt: null (string, required)
4180+
- finishedAt (string, nullable)
41814181
- status: `RUNNING` (string, required)
41824182
- meta (object, required)
41834183
- origin: `WEB` (string, required)

0 commit comments

Comments
 (0)