Create Request Item AttachmentAsk AIpost https://staging.fairmarkit.com/services/self-service/api/v3/attachments/requests/{request_uuid}/items/{request_item_uuid}Creates a new attachment on a request itemPath Paramsrequest_uuiduuidrequiredrequest_item_uuiduuidrequiredQuery Paramsattachment_field_namestringrequiredBody Paramsattachmentarray of filesrequiredlength between 1 and 1File attachment to upload. Only one file is allowed per request.Attachment* fileattachment_field_namestringField name in the request item schema where the attachment should be stored.HeadersX-FM-API-KEYstringFairmarkit API KeyacceptstringenumDefaults to application/json; charset=utf-8Generated from available response content typesapplication/jsonapplication/json; charset=utf-8Allowed:application/jsonapplication/json; charset=utf-8Responses 201Successful Response 400Bad Request - Schema validation failed 401Unauthorized - Invalid or missing API key 404Not Found - Request item with the specified UUID does not exist 422Validation Error - Invalid request parameters or file formatUpdated 6 months ago