Service
Update the supplied fields on a service
Update the supplied fields on a service. Requires admin access.
patch/services/{id}
Path parameters
idstring required
The id of the requested resource
Request body
Response
The patch request was successful and the resource has been altered
Example response
{
"data": {},
"meta": {
"apiEnrollmentVersion": "apiEnrollmentVersion",
"apiVersion": "apiVersion",
"pagination": {
"offset": 6.027456183070403,
"limit": 0.8008281904610115,
"totalCount": 1.4658129805029452
},
"filterableFields": [
"filterableFields",
"filterableFields"
]
}
}