Skip to content

Commit 34d8cfc

Browse files
mvolfikB4nan
andauthored
fix: correct properties for TaskUpdate (#726)
Co-authored-by: Martin Adámek <[email protected]>
1 parent 80b6dcd commit 34d8cfc

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

sources/platform/api_v2/api_v2_reference.apib

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4162,16 +4162,8 @@ a summary of your limits, and your current usage.
41624162
- hello: `world` (string, nullable)
41634163

41644164
## TaskUpdate (object)
4165-
- id: `ZxLNxrRaZrSjuhT9y` (string, required)
4166-
- userId: `BPWZBd7Z9c746JAnF` (string, required)
4167-
- actId: `asADASadYvn4mBZmm` (string, required)
41684165
- name: `my-task` (string, required)
4169-
- username: `janedoe` (string, nullable)
4170-
- createdAt: `2018-10-26T07:23:14.855Z` (string, required)
4171-
- modifiedAt: `2018-10-26T13:30:49.578Z` (string, required)
4172-
- removedAt (string, nullable)
4173-
- stats (object, nullable)
4174-
- totalRuns: 15 (number, required)
4166+
- title: `My Task` (string, nullable)
41754167
- options (object, nullable)
41764168
- build: `latest` (string, nullable)
41774169
- timeoutSecs: 300 (number, nullable)

0 commit comments

Comments
 (0)