{ "operationId": "atlassianUpdatecustomfieldconfiguration", "method": "PUT", "path": "/rest/api/3/app/field/{fieldIdOrKey}/context/configuration", "summary": "Atlassian Update Custom Field Configurations", "requestExamples": [ { "contentType": "application/json", "example": { "configurations": [ { "id": "10000" }, { "configuration": { "maxValue": 10000, "minValue": 0 }, "id": "10001", "schema": { "properties": { "amount": { "type": "number" }, "currency": { "type": "string" } }, "required": [ "amount", "currency" ] } } ] } } ], "responseExamples": [] }