Skip to main content
POST
/
namespace
/
{namespace}
/
bigPeer
/
{big_peer_name}
/
app
Create App
curl --request POST \
  --url http://localhost:{port}/namespace/{namespace}/bigPeer/{big_peer_name}/app \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "appId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "authProviders": {}
}
'
{
  "name": "my-app",
  "appId": "cb692760-9786-44c3-b040-019bec5a1b77"
}

Documentation Index

Fetch the complete documentation index at: https://docs.ditto.live/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
name
string
required

RFC 1123 DNS labels used for most Kubernetes resource names. Some resource types require their names to follow the DNS label standard as defined in [RFC 1123][rfc1123]. This means the name must: * contain at most 63 characters * contain only lowercase alphanumeric characters or '-' * start with an alphanumeric character * end with an alphanumeric character [rfc1123]: https://tools.ietf.org/html/rfc1123

Required string length: 1 - 63
Pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
appId
string<uuid>

UUID used to identify a BigPeerApp resource

authProviders
AuthProviders ยท object

Auth providers associated with a BigPeer App, to be used when authenticating devices against BigPeer Subscription.

Response

Big Peer app successfully created.

name
string
required

RFC 1123 DNS labels used for most Kubernetes resource names. Some resource types require their names to follow the DNS label standard as defined in [RFC 1123][rfc1123]. This means the name must: * contain at most 63 characters * contain only lowercase alphanumeric characters or '-' * start with an alphanumeric character * end with an alphanumeric character [rfc1123]: https://tools.ietf.org/html/rfc1123

Required string length: 1 - 63
Pattern: ^[a-z0-9]([-a-z0-9]*[a-z0-9])?$
appId
string<uuid>

UUID used to identify a BigPeerApp resource

authProviders
AuthProviders ยท object

Auth providers associated with a BigPeer App, to be used when authenticating devices against BigPeer Subscription.