Create Protocol
Adds a URI protocol to a pod's configuration. Each pod stores a configuration to indicate which URI protocols can be transformed to a link inside a message in the UI.
Header parameters
sessionTokenstringRequired
Session authentication token.
Body
schemestringRequiredExample:
URI protocol scheme (example: http, https, ftp)
skypeResponses
200
Success
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
post
/v1/admin/system/protocols
📘 Naming
❗️ Required Permissions
Last updated
Was this helpful?