Patch Custom Benchmark

Update a custom benchmark’s name and/or description. This endpoint does not affect rates. Use PUT /custom-benchmarks/{id} to add new rates.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

custom_benchmark_idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
namestring or nullOptional<=128 characters
New name for the custom benchmark
descriptionstring or nullOptional<=512 characters
New description for the custom benchmark

Response

Successful Response

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
500
Internal Server Error