You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/models/components/AtsCreateJobRequestDto.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
|`unifiedCustomFields`| Map\<String, *Object*> |:heavy_minus_sign:| Custom Unified Fields configured in your StackOne project | {<br/>"my_project_custom_field_1": "REF-1236",<br/>"my_project_custom_field_2": "some other value"<br/>} |
9
9
|`code`|*JsonNullable\<String>*|:heavy_minus_sign:| Code of the job | 184919 |
10
10
|`title`|*JsonNullable\<String>*|:heavy_minus_sign:| Title of the job | Software Engineer |
11
+
|`description`|*JsonNullable\<String>*|:heavy_minus_sign:| Description of the job | Responsible for identifying business requirements |
11
12
|~~`status`~~|*JsonNullable\<String>*|:heavy_minus_sign:| : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Status of the job | archived |
12
13
|`jobStatus`|[JsonNullable\<AtsCreateJobRequestDtoJobStatus>](../../models/components/AtsCreateJobRequestDtoJobStatus.md)|:heavy_minus_sign:| Status of the job ||
13
14
|`departmentIds`| List\<*String*> |:heavy_minus_sign:| Department ids of the job |[<br/>"308570",<br/>"308571",<br/>"308572"<br/>]|
Copy file name to clipboardExpand all lines: docs/models/components/AtsUpdateJobRequestDto.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@
8
8
|`unifiedCustomFields`| Map\<String, *Object*> |:heavy_minus_sign:| Custom Unified Fields configured in your StackOne project | {<br/>"my_project_custom_field_1": "REF-1236",<br/>"my_project_custom_field_2": "some other value"<br/>} |
9
9
|`code`|*JsonNullable\<String>*|:heavy_minus_sign:| Code of the job | 184919 |
10
10
|`title`|*JsonNullable\<String>*|:heavy_minus_sign:| Title of the job | Software Engineer |
11
+
|`description`|*JsonNullable\<String>*|:heavy_minus_sign:| Description of the job | Responsible for identifying business requirements |
11
12
|~~`status`~~|*JsonNullable\<String>*|:heavy_minus_sign:| : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>Status of the job | archived |
12
13
|`jobStatus`|[JsonNullable\<AtsUpdateJobRequestDtoJobStatus>](../../models/components/AtsUpdateJobRequestDtoJobStatus.md)|:heavy_minus_sign:| Status of the job ||
13
14
|`departmentIds`| List\<*String*> |:heavy_minus_sign:| Department ids of the job |[<br/>"308570",<br/>"308571",<br/>"308572"<br/>]|
0 commit comments