Skip to main content
PUT
Ensure a basin.

Authorizations

Authorization
string
header
required

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

Path Parameters

basin
string
required

Basin name.

Required string length: 8 - 48

Body

application/json
config
null | object

Basin configuration.

location
null | string

Basin location. If omitted when creating, uses the default location for the account. This cannot be changed.

Required string length: 1 - 64

Response

created_at
string<date-time>
required

Creation time in RFC 3339 format.

name
string
required

Basin name.

Required string length: 8 - 48
deleted_at
string<date-time> | null

Deletion time in RFC 3339 format, if the basin is being deleted.

location
null | string

Basin location.

Required string length: 1 - 64