Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
CreateBundleInfo Object
Description
The CreateBundleInfo object is used to store creation info for a bundle.
Usage Example
Use in the POST Bundles endpoint.
The name of the bundle.
"Test Bundle"
The ID of the bundle's admin owner.
"7c86c85d-0651-43e2-a748-d69d658418e8"
A brief description of the bundle.
"This is a test bundle"
Response
The bundle successfully created.
The ID of the bundle.
"a381e7a3-e5e0-4c48-b1d6-4ccb4c191bc1"
The name of the bundle.
"Bundle 1"
The description of the bundle.
"Description of bundle 1"
The creation timestamp of the bundle, in ISO 8601 format
The last updated timestamp of the bundle, in ISO 8601 format
The ID of the owner of the bundle.
"4aed3e8a-727b-4d72-8010-3b8710c50bec"
The total number of items in the bundle.
15
The total number of resources in the bundle.
10
The total number of groups in the bundle.
5

