Change a space's lifetime
Sets a new deadline: `expiresAt` becomes now plus `ttl` seconds, whether that extends the space or shortens it.
Only a space created with `POST /v1/spaces` has a deadline to change; any other space answers `404`.
```json
{ "ttl": 2592000 }
```
**Learn more:** [Spaces](https://docs.cloudraker.com/developers/spaces)
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
spaceId
Request
This endpoint expects an object.
ttl
Seconds until the space expires, from now.
Response
The space.
object
id
name
createdAt
expiresAt
Errors
400
Bad Request Error
404
Not Found Error
429
Too Many Requests Error