UpdateAlgorithmVersion
Updated at:
Updates an algorithm version.
Try it now
Test
RAM authorization
Request syntax
PUT /api/v1/algorithms/{AlgorithmId}/versions/{AlgorithmVersion} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AlgorithmId |
string |
No |
The algorithm ID. |
algo-sidjc8134hv |
| AlgorithmVersion |
string |
No |
The algorithm version. |
v0.0.1 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AlgorithmSpec | AlgorithmSpec |
No |
The details of the algorithm. |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| AlgorithmId |
string |
The algorithm ID. |
algo-sidjc8134hv |
| AlgorithmVersion |
string |
The algorithm version. |
v0.1.0 |
Examples
Success response
JSON format
{
"AlgorithmId": "algo-sidjc8134hv",
"AlgorithmVersion": "v0.1.0"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.
Is this page helpful?