Light APIv1.0.0

API / Reference / Attachments

Get attachment options

OPTIONS https://api.light.inc/v1/attachments/{attachmentId}/document

Handles CORS preflight requests for attachment document access

Authorization

Send one of these on every request. See Authentication for how to get credentials.

  • API key

    Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.

  • Bearer token

Path parameters

  • attachmentId string · uuidrequired

Request body

application/json;charset=UTF-8

  • roles array of string

  • name string

Response

This endpoint returns no content.