Closed assembledStarDust closed 6 years ago
I'm not seeing an update option. Say for example, I'd want to update the job name. How would I do that?
There is an endpoint for that PUT /job/id
PUT /job/id
request body:
{ "name": "new name" }
I'm not seeing an update option. Say for example, I'd want to update the job name. How would I do that?