GALAglobal / TAPICC-API-implementation

TAPICC API implementation using node.js framework sails.js
Other
6 stars 1 forks source link

update option #30

Closed assembledStarDust closed 6 years ago

assembledStarDust commented 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?

Alino commented 6 years ago

There is an endpoint for that PUT /job/id

request body:

{
  "name": "new name"
}