Skip to content

My Service Status

Updates publish status for one owned service.

Method and path

  • Method: PATCH
  • Path: /me/services/{serviceId}/status
  • Auth: required

Request body

{
  "status": "enabled"
}

Allowed values:

  • enabled
  • disabled

Response

  • 200 OK: updated service item
  • 400 Bad Request
  • 401 Unauthorized
  • 404 Not Found