InternalCreate a new instance of the service.
Creates a database in the space.
Permissions required: Permission to view the corresponding space. Permission to create a database in the space.
Optionalprivate?: booleanThe database will be private. Only the user who creates this database will have permission to view and edit one.
Returned if the database was successfully created.
Delete a database by id.
Deleting a database moves the database to the trash, where it can be restored later
Permissions required: Permission to view the database and its corresponding space. Permission to delete databases in the space.
The ID of the database to be deleted.
Returns a specific database.
Permissions required: Permission to view the database and its corresponding space.
The ID of the database to be returned
OptionalincludeIncludes collaborators on the database.
OptionalincludeIncludes direct children of the database, as defined in the ChildrenResponse
object.
OptionalincludeIncludes operations associated with this database in the response, as defined
in the Operation object.
The number of results will be limited to 50 and sorted in the default sort
order.
A meta and _links property will be present to indicate if more results are
available and a link to retrieve the rest of the results.
OptionalincludeIncludes content properties associated with this database in the response.
The number of results will be limited to 50 and sorted in the default sort
order.
A meta and _links property will be present to indicate if more results are
available and a link to retrieve the rest of the results.
Returned if the requested database is returned.
Protected Staticinitialize
See
https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-database