Docs Home
/
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

Path parameters

  • /{id}

    stringUUID
    //

HTTP Request

  • application/json

    //
    {
    • access_mode:

      "anyone_with_link"+1
      • //Anyone holding the URL can download the project.
        "anyone_with_link"
      • //Only members of the owner's organization can use the URL.
        "organization_only"
      //
    }

Response

  • 201 Created
    • //
      • created_at:

        stringISO-8601,
        //
      • key:

        string,
        //
      • updated_at:

        stringISO-8601,
        //
      • url:

        stringURL,
        //
      • access_mode:

        "anyone_with_link"+1
        • //Anyone holding the URL can download the project.
          "anyone_with_link"
        • //Only members of the owner's organization can use the URL.
          "organization_only"
        //
      }

Examples

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