Add Document Attachments

Use this API to add attachments to a policy, standard, procedure, or privacy notice. Attachments can include supporting files or related resources.

Path Params
string
enum
required

The type of compliance document.

Allowed:
uuid
required

The unique identifier of the policy, standard, procedure, or privacy notice. This value is obtained using theΒ Get List of Documents API.

Body Params
documentRequests
array of objects
required
length between 1 and 100

The details of the attachments.

documentRequests*
uuid

The unique identifier of the file attached to the policy, standard, procedure, or privacy notice. This value is obtained using the Upload File API.

string
required
length β‰₯ 1

The name of the attachment.

string

The description of the attachment.

url
string
enum

The type of attachment.

Allowed:
string
enum

The source of the attachment.

Allowed:
Responses
201

Documents successfully added to the policy

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
Response
Choose an example:
*/*