POST /work-requests/{id}/attachmentsAsk AIpost https://api.cmp.optimizely.com/v3/work-requests/{id}/attachmentsExperimental Create attachments for a work request.Path ParamsidstringrequiredUnique identifier of the work requestBody ParamsPayload to create an attachmentkeystringrequiredlength between 1 and 100Unique identifier of the file upload session. This is the upload_meta_fields.key field retrieved from the /v3/upload-url endpoint.namestringrequiredlength ≥ 1Filename of the attachmentResponses 201Created attachment for the work request 400Client error 401Authorization error 403Permission error 404Not found errorUpdated 7 months ago