curl -X POST "https://api.joinformal.com/core.v1.ResourceService/UpdateResourceTag" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"example": "value"
}'{
"tag": {
"key": "<string>",
"value": "<string>",
"id": "<string>"
}
}curl -X POST "https://api.joinformal.com/core.v1.ResourceService/UpdateResourceTag" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"example": "value"
}'{
"tag": {
"key": "<string>",
"value": "<string>",
"id": "<string>"
}
}Was this page helpful?
Suggestions