File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
22
description : |
23
23
Create job.
24
24
25
- **Authorization** Topcoder token with write job scope is allowed
25
+ **Authorization** All topcoder members are allowed
26
26
security :
27
27
- bearerAuth : []
28
28
requestBody :
67
67
description : |
68
68
Search jobs.
69
69
70
- **Authorization** Topcoder token with read job scope is allowed
70
+ **Authorization** All topcoder members are allowed
71
71
security :
72
72
- bearerAuth : []
73
73
parameters :
@@ -231,7 +231,7 @@ paths:
231
231
description : |
232
232
Get job information by id.
233
233
234
- **Authorization** Topcoder token with read job scope is allowed
234
+ **Authorization** All topcoder members are allowed
235
235
security :
236
236
- bearerAuth : []
237
237
parameters :
@@ -290,7 +290,7 @@ paths:
290
290
description : |
291
291
Delete the job.
292
292
293
- **Authorization** Topcoder token with delete job scope is allowed
293
+ **Authorization** Every topcoder member can delete the job he/she created. bookingmanager can delete all jobs.
294
294
security :
295
295
- bearerAuth : []
296
296
parameters :
@@ -340,7 +340,7 @@ paths:
340
340
description : |
341
341
Update the job.
342
342
343
- **Authorization** Topcoder token with update job scope is allowed
343
+ **Authorization** Every topcoder member can update the job he/she created. bookingmanager and connectmember can update all jobs.
344
344
security :
345
345
- bearerAuth : []
346
346
parameters :
You can’t perform that action at this time.
0 commit comments