Uploads an attachment

POST /domains/{domainId}/principals/{principalId}/attachments/{attachmentId}

Supports both URLEncoded and MultiPart requests

Parameters

Name Required Type Description
domainId true string
principalId true string
attachmentId true string

Response

"type": "object", "description": "Status of Operation (with ID)", "properties": { "ok": { "type": "boolean", "description": "Indicates whether the operation succeeded or not" }, "_doc": { "type": "string" } }, "extends": "status" }