Open Context Protocol is live! 🚀 Read the launch post

createAssociations

Create associations

PUT /rest/api/3/field/association HTTP/1.1

Parameters

{
  "associationContexts": {
    "description": "Contexts to associate/unassociate the fields with.",
    "required": true,
    "location": "body",
    "type": "array"
  },
  "fields": {
    "description": "Fields to associate/unassociate with projects.",
    "required": true,
    "location": "body",
    "type": "array"
  }
}

Response Schema

{}