You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/06/18 09:35:08 UTC

[GitHub] [shardingsphere-elasticjob-lite] Technoboy- opened a new issue #788: Change request path from 'disable' to 'enable'

Technoboy- opened a new issue #788:
URL: https://github.com/apache/shardingsphere-elasticjob-lite/issues/788


   ```
   @DELETE
   @Path("/{jobName}/sharding/{item}/disable")
   JobOperationRESTfulAPI#enableSharding
   ```
   It's better to use:
   ```
   @POST
   @Path("/{jobName}/sharding/{item}/enable")
   ```
   And so does below method:
   ServerOperationRESTfulAPI#enableServerJob
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob-lite] terrymanu closed issue #788: Change request path from 'disable' to 'enable'

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #788:
URL: https://github.com/apache/shardingsphere-elasticjob-lite/issues/788


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org