cURL
curl --request PUT \ --url https://api.streamkap.com/tags/{tag_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "type": [ "environment" ], "description": "<string>" } '
{}
Update a tag.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
environment
general
pipelines
connectors
transforms
topics
services
sources
users
tenant
destinations
Successful Response
The response is of type Response Update Tag Tags Tag Id Put · object.
Response Update Tag Tags Tag Id Put · object
Was this page helpful?