Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 283b128

Browse files
committed
Keep taskUid for 202 response
1 parent fd6c080 commit 283b128

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

open-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ paths:
936936
examples:
937937
'202':
938938
value:
939-
uid: 0
939+
taskUid: 0
940940
indexUid: null
941941
status: enqueued
942942
type: dumpCreation

text/0060-tasks-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The motivation is to stabilize the current `update` resource to a version that c
7575

7676
| field | type | description |
7777
|------------|---------|---------------------------------|
78-
| uid | integer | Unique sequential identifier |
78+
| taskUid | integer | Unique sequential identifier |
7979
| indexUid | string | Unique index identifier. This field is `null` when the task type is `dumpCreation`. |
8080
| status | string | Status of the task. Value is `enqueued` |
8181
| type | string | Type of the task. |

0 commit comments

Comments
 (0)