/
AB
ably
/
API V1
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 17h ago · Updated 1w ago
Details
Filter operations
accounts
1
apps
6
help
1
keys
4
namespaces
4
get
Lists namespaces
post
Creates a namespace
delete
Deletes a namespace
patch
Updates a namespace
queues
3
rules
5
tokens
2
namespaces
Updates a namespace
patch
/apps/{app_id}/namespaces/{namespace_id}
Path parameters
app_id
string
required
namespace_id
string
required
Request body
NamespacePatch
required
identified
boolean
authenticated
boolean
persisted
boolean
persistLast
boolean
pushEnabled
boolean
tlsOnly
boolean
exposeTimeserial
boolean
mutableMessages
boolean
populateChannelRegistry
boolean
batchingEnabled
boolean
nullable
batchingInterval
integer
nullable
conflationEnabled
boolean
nullable
conflationInterval
integer
nullable
conflationKey
string
nullable
Response
Namespace updated
NamespaceResponse
required
appId
string
identified
boolean
authenticated
boolean
created
integer
modified
integer
id
string
persisted
boolean
persistLast
boolean
pushEnabled
boolean
tlsOnly
boolean
exposeTimeserial
boolean
mutableMessages
boolean
populateChannelRegistry
boolean
batchingEnabled
boolean
nullable
batchingInterval
integer
nullable
conflationEnabled
boolean
nullable
conflationInterval
integer
nullable
conflationKey
string
nullable
Changes