cURL
curl --request PATCH \ --url https://api.rated.network/v1/tags/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "us-west-2" }'
{ "createdAt": "2024-03-31T18:13:27.584133", "createdBy": "467c1246-be63-40c2-82c3-10f80d3238bb", "id": "96cbc789-5a03-4110-abeb-67f5d4f65323", "name": "us-west-1", "network": "mainnet", "organizationId": "d03841a7-d830-47a2-9f96-3f2ddf7d9b43" }
This endpoint allows you to update the name associated with your tag.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
mainnet
hoodi
holesky
Successful Response
The response is of type object.
object