Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.73 KB

collection.md

File metadata and controls

37 lines (28 loc) · 1.73 KB

Collection

{% hint style="info" %} This document uses the REST API. For more details, see the Authentication for API page. {% endhint %}

{% swagger src="../../.gitbook/assets/rest-spec.json" path="/orgs/{org_id}/collections" method="post" %} rest-spec.json {% endswagger %}

{% swagger src="../../.gitbook/assets/rest-spec.json" path="/orgs/{org_id}/collections" method="get" %} rest-spec.json {% endswagger %}

{% swagger src="../../.gitbook/assets/rest-spec.json" path="/orgs/{org_id}/collections/{collection_id}" method="patch" %} rest-spec.json {% endswagger %}

{% swagger src="../../.gitbook/assets/rest-spec.json" path="/orgs/{org_id}/collections/{collection_id}" method="get" %} rest-spec.json {% endswagger %}

{% swagger src="../../.gitbook/assets/rest-spec.json" path="/orgs/{org_id}/collections/{collection_id}" method="delete" %} rest-spec.json {% endswagger %}

{% swagger src="../../.gitbook/assets/rest-spec.json" path="/orgs/{org_id}/collections/{collection_id}/relationships/projects" method="post" %} rest-spec.json {% endswagger %}

{% swagger src="../../.gitbook/assets/rest-spec.json" path="/orgs/{org_id}/collections/{collection_id}/relationships/projects" method="get" %} rest-spec.json {% endswagger %}

{% swagger src="../../.gitbook/assets/rest-spec.json" path="/orgs/{org_id}/collections/{collection_id}/relationships/projects" method="delete" %} rest-spec.json {% endswagger %}