Convert a config spec into a readable string

Converts a object like config into a human-readable config string.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
treeIDstringOptionalformat: "^[0-9a-f]{24}$"
versionstringOptional
nodePathstringOptional
optionsobjectOptional

Response

configData
configstring

Errors

500
Internal Server Error