Skip to content

Commit

Permalink
111323: Update processes contract to reflect new sort option
Browse files Browse the repository at this point in the history
  • Loading branch information
nona-luypaert committed Jan 24, 2024
1 parent 6a86b9e commit 67c5c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion processes-endpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ This supports a basic search of the processes

The supported parameters are:
* page, size [see pagination](README.md#Pagination)
* sort, options are startTime, endTime
* sort, options are startTime, endTime and creationTime
* userId: optional, the uuid of the eperson who started the process. If not specified, all processes will be returned
* scriptName: optional, limit the returned processes to the specified script
* processStatus: optional, limit the returned processes to the specified status. The possible `status` values are `SCHEDULED`, `RUNNING`, `COMPLETED` and `FAILED`
Expand Down

0 comments on commit 67c5c83

Please sign in to comment.