App Instance Label API
Bulk Attach App Instance Label
Attach a label to multiple app instances in a single call. All app instances must belong to the same team as the label.
POST
Bulk Attach App Instance Label
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the label to attach.
Body
application/json
The IDs of the app instances to attach the label to. Must all belong to the same team as the label.
Response
Success
The number of new attachments created (existing attachments are skipped).
Bulk Attach App Instance Label

