Upload attachments for the request id.

post

/iam/governance/selfservice/api/v1/requests/{reqid}/attachments

Uploads the attachments associated with the specified request id. The attachment can be either a URL or a file. In case of a file the content type "form/multi-part" should be used.

Request

Supported Media Types
Path Parameters
Body ()
URL to be attached
Root Schema : ReqAttachmentsPOST
Type: object
Show Source
Nested Schema : tasks
Type: array
Show Source
Nested Schema : TaskAndAssociatedURI
Type: object
Show Source
Nested Schema : attachments
Type: array
Show Source
Nested Schema : URIAttachments
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful
Headers
Body ()
Root Schema : ReqAttachmentsPOSTResponse
Type: object
Show Source
Nested Schema : tasks
Type: array
Show Source
Nested Schema : AttachmentURIPOSTResponse
Type: object
Show Source
Nested Schema : LinkDataInstances
Type: object
Show Source

401 Response

Unauthorized

404 Response

Requested entity not found

500 Response

Internal Server Error

Default Response

Unexpected error
Back to Top