PUT /wiki/rest/api/space/{spaceKey}

Updates the name, description, or homepage of a space.

Permissions required: 'Admin' permission for the space.

Servers

Path parameters

Name Type Required Description
spaceKey String Yes

The key of the space to update.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
homepage Object No

The updated homepage for this space

name String No

The updated name of the space.

description Object No

The description of the new/updated space. Note, only the 'plain' representation can be used for the description when creating or updating a space.

description.plain Object Yes
description.plain.representation String No

Set to 'plain'.

description.plain.value String No

The space description.

type String No

The updated type for this space.

status String No

The updated status for this space.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.