PUT evaluations
This section describes when to use the PUT evaluation endpoints.
Use the PUT evaluations endpoint to:
- Create new evaluations or update existing evaluations.
Use the
/api/v1/evaluations(PUT) endpoint as detailed in Evaluation payload example. - Update a single existing evaluation.
Use the
/api/v1/evaluations/{guid}(PUT) endpoint as detailed in Evaluation payload example.