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_id
Request
This endpoint expects an object.
name
New name for the custom benchmark
description
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