File tree Expand file tree Collapse file tree
restcomm/restcomm.docs/sources-asciidoc/src/main/asciidoc/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,14 @@ REST API. The Default Profile Sid is "PRae6e420f425248d6a26948c17a9e2acf"
2020
2121Since the Profile configuration is expected to grow as required, the Profile entity
2222is defined by a JSON schema, rather than regular properties, representing a
23- document used as generic container.
23+ document used as generic container.
24+
25+ The REST API will validate well-known contains
26+ of the document that are used by RestcommConnect during session handling logic. The
27+ rest of the document will not be validated, with the only constraint of a
28+ maximum size limitation of 10MB. This means the REST API consumer may use the Profile
29+ document to store/retrieve any kind of arbitrary information as long as the document is
30+ a valid JSON document.
2431
2532All Profiles REST API is only accesible by SuperAdmin credentials. With the exception
2633of reading the associated Profile, where all Roles are allowed if the queried profile
You can’t perform that action at this time.
0 commit comments