Update space settings

PUT {{baseUrl}}/api/space/:spaceKey/settings

Updates the settings for a space. Currently only the routeOverrideEnabled setting can be updated.

Permissions required: 'Admin' permission for the space.

Request Body

{"routeOverrideEnabled"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;routeOverrideEnabled&quot;:false,&quot;_links&quot;:{}}