Skip to content

Commit ebd4de5

Browse files
authored
Merge pull request #49 from SciCatProject/update-20240325
Update 20240327
2 parents 356c60e + 08266af commit ebd4de5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Development/v4.x/backend/authorization/authorization_jobs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ They apply to the jobs endpoint POST:Jobs/statusUpdate
6565
| _#all_ | _#all_ | any user can access this endpoint, both anonymous and authenticated | _#all_ | Any user can update the status of this job instance |
6666
| _#owner_ | _#user_ | valid user can access the endpoint | _#jobOwner_ | a user that belongs to the group listed as job owner can perform the update |
6767
| _#admin_ | ADMIN_GROUPS | Only users belonging to any group listed in ADMIN_GROUPS will be able to access the endpoint | ADMIN_GROUPS | Only users belonging to any group listed in ADMIN_GROUPS are able to update the job status |
68-
| __*GROUP*__ | __*GROUP*__ | only users that belongs to the specified group can access the endpoint | __*GROUP*__ | the job instance will be created only if all the datasets listed belong to the group specified |
69-
| __*USER*__ | __*USER*__ | only the specified user can access the endpoint | _#datasetOwner_ | the job instance will be created only if all the datasets listed are owned by any of the user's groups |
68+
| __*GROUP*__ | __*GROUP*__ | only users that belongs to the specified group can access the endpoint | __*GROUP*__ | the job status can be updated only by users who belong to the group specified |
69+
| __*USER*__ | __*USER*__ | only the specified user can access the endpoint | _#datasetOwner_ | the job status can be updated only by the user indicated |
7070

7171
__IMPORTANT__: use option _#all_ carefully, as it allows anybody to update the status of the job. It is mostly use for debuging and testing
7272

0 commit comments

Comments
 (0)