DocSet
Create Docset
Create a new DocSet.
Args: name (str): The name for the new DocSet
Returns: DocSetMetadata: Metadata of the newly created DocSet
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Represents the schema of a DocSet.
Response
200
application/json
Successful Response
The account id containing the DocSet.
The unique id for the DocSet.
The name of the DocSet.
The creation time of this DocSet.
Whether the DocSet is read-only.
Additional properties for the DocSet.
The size of the DocSet in bytes.
The schema of the DocSet.
The prompts associated with this DocSet.
Was this page helpful?