Update a space name

Updates a space; send attributes as a JSON payload and include X-Contentful-Version. X-Contentful-Organization is optional if the account belongs to only one organization.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

space_idstringRequired
ID of the Space in form of a string

Headers

X-Contentful-OrganizationstringOptional
Organization ID to create the space under
X-Contentful-VersionstringRequired
Version of the space to update

Request

This endpoint expects a map from strings to any.

Response headers

Content-Typestring

Content-Type

Response

OK - Request successful