Hi
I’d like to know the possible response codes of the (Orchestrator) HTTP Requests.
In particular of the “odata/Jobs/UiPath.Server.Configuration.OData.StartJobs” request.
I tested for response code 200, but now it seems I get a 201 or a 409.
I suppose that 201 means: dropped the job on the job queue in pending state
and 409 means cannot drop the job on the job queue because there is already a job with the same name on the job queue in a pending state.
But this is just a mere guess, based on what I see happening.
It’s a pity Swagger doesn’t document the possible status codes, but maybe someone can help me out on this?
Thanks.