From 67c5c83b4c49064a88eda0c6f391f3faacc63875 Mon Sep 17 00:00:00 2001 From: Nona Luypaert Date: Wed, 24 Jan 2024 14:38:54 +0100 Subject: [PATCH] 111323: Update processes contract to reflect new sort option --- processes-endpoint.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/processes-endpoint.md b/processes-endpoint.md index c578e402..3e644e75 100644 --- a/processes-endpoint.md +++ b/processes-endpoint.md @@ -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`