/tasks/reschedule

GET /tasks/reschedule/ (int: id) / (int: priority)

Belirtilen kimlik ve önceliğe sahip bir görevi yeniden planlayın (varsayılan öncelik 1'dir).

Örnek request:

curl -H "Authorization: Bearer S4MPL3" http://localhost:8090/tasks/reschedule/1

Örnek response:

{
    "status": "OK"
}

Parametreler:

Durum kodları:


Revision #1
Created 4 January 2024 11:57:27 by Ertan Sözer
Updated 4 January 2024 11:58:02 by Ertan Sözer