Strategies
Path parameters
strategy_idstringRequired
Strategy ID
Body
new_namestringOptional
Responses
200
OK
No content
400
Invalid request body or missing strategy ID
application/json
404
Strategy not found
application/json
409
Strategy with the new name already exists
application/json
500
Internal server error
application/json
patch
/strategies/{strategy_id}No content
Path parameters
strategy_idstringRequired
Strategy ID
Body
Responses
200
OK
No content
400
Invalid request body or missing strategy ID
application/json
404
Strategy not found
application/json
409
Strategy already exists
application/json
500
Internal server error
application/json
put
/strategies/{strategy_id}No content
Last updated