PUT /applications/{applicationId}/public-to-all HTTP/1.1 Host: api Content-Type: application/json Accept: */* Content-Length: 20 { "publicToAll": true }
OK
{ "code": 1, "message": "text", "data": true, "success": true }