createAssociations
Create associations
PUT /rest/api/3/field/association HTTP/1.1Parameters
{
"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
{}