Update operator
PATCH/operators/:operatorId
Users can update an operator with a subset of the attributes.
IrisX customers can also access data connected to Operator via the GraphQL API
Via the Public GraphQL API, you can perform mutations to modify data associated with an operator. Explore the GraphQL schema through our GraphQL Explorer following the mutation 'operatorUpdate'. Learn more about the IrisX subscription.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Operator updated successfully
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error