Docs Home
/
Zoo Developer Tools
/
API
/
Projects
/
Create a share link for one of the authenticated user's projects.

Create a share link for one of the authenticated user's projects

Parameters

Name

Type

Req.

  • id

    string / UUID
    required
  • bodyapplication/json

    object
    optional
    Object Properties
    • access_mode

      string
      optional
      Possible values
      • anyone_with_link:  Anyone holding the URL can download the project.
      • organization_only:  Only members of the owner's organization can use the URL.

Returns

  • 201 Created

    successful creation

    Name

    Type

    Req.

    body

    object
    optional
    Object Properties
    • access_mode

      string
      optional
      Possible values
      • anyone_with_link:  Anyone holding the URL can download the project.
      • organization_only:  Only members of the owner's organization can use the URL.
    • created_at

      string / ISO-8601
      optional
    • key

      string
      optional
    • updated_at

      string / ISO-8601
      optional
    • url

      string / URL
      optional
post
/user/projects/{id}/share-links
201 Created
Response