List services
Returns a list of all services for the authenticated user.
GET services
Create service
Creates a new service for a user.
POST services
Update multiple service
Updates all services with the matching identifier. This is useful for clients to use when an whole service is updated and the changes need to be reflected for multiple users.
PATCH services
Delete multiple service
Deletes all services with the matching identifier. This is useful for clients to use when an whole service is removed and the changes need to be reflected for multiple users.
DELETE services
Update service
Update a service for a user.
PATCH services/{service}
Delete service
Deletes an existing service.
DELETE services/{service}