Constructors

Properties

client: Client

Methods

  • Creates a new private Space, viewable only by its creator.

    The incoming Space does not include an id, but must include a Key and Name, and should include a Description.

    Type Parameters

    Parameters

    Returns Promise<void>

  • Creates a new private Space, viewable only by its creator.

    The incoming Space does not include an id, but must include a Key and Name, and should include a Description.

    Type Parameters

    Parameters

    Returns Promise<T>

  • Deletes a Space.

    The space is deleted in a long running task, so the space cannot be considered deleted when this resource returns. Clients can follow the status link in the response and poll it until the task completes. Responses

    Type Parameters

    Parameters

    Returns Promise<void>

  • Deletes a Space.

    The space is deleted in a long running task, so the space cannot be considered deleted when this resource returns. Clients can follow the status link in the response and poll it until the task completes. Responses

    Type Parameters

    Parameters

    Returns Promise<T>

  • Updates a space property. The body contains the representation of the space property. Must include new version number. If the given version number is 1, attempts to create a new space property, just like #create(String, com.atlassian.confluence.api.model.content.JsonSpaceProperty).

    Type Parameters

    Parameters

    Returns Promise<void>

  • Updates a space property. The body contains the representation of the space property. Must include new version number. If the given version number is 1, attempts to create a new space property, just like #create(String, com.atlassian.confluence.api.model.content.JsonSpaceProperty).

    Type Parameters

    Parameters

    Returns Promise<T>

Generated using TypeDoc v0.25.12