Create Tag Relationships Flows
POST {{baseUrl}}/api/tags/:id/relationships/flows/
Associate a tag with one or more flows. Any flow cannot be associated with more than 100 tags.
Use the request body to pass in the ID(s) of the flow(s) that will be associated with the tag.
Rate limits:
Burst: 3/s
Steady: 60/m
Scopes:
flows:write
tags:write
Request Body
{"data"=>[{"type"=>"flow", "id"=>"<string>"}, {"type"=>"flow", "id"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
revision | string | (Required) API endpoint revision (format: YYYY-MM-DD[.suffix]) | |
Content-Type | string | ||
Accept | string |