cURL
curl --request PATCH \ --url https://api.rated.network/v1/tags/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>", "network": "mainnet", "organizationId": "<string>", "createdBy": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
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