Create Rich Text Meta

This endpoint allows you to create a new Rich Text meta object in the system. Rich text metas are used to provide formatted content for various fields within the rewards catalog system.

Request Body Parameters

ParameterData TypeDescription
namestringMandatory, Unique and case sensitive; max 255 chars
descriptionstringNot Mandatory (used only in meta GET api) max 255 chars
isMandatorybooleanMandatory
isActivebooleanNot Mandatory (takes true by default, will be hardcoded to true in create RC flow even if false is set)
scopestringMandatory (should be an enum)
defaultValuestringMandatory only when isMandatory = true, 50K char limit and empty strings not allowed and regex validation will be performed on tags

Response Body Parameters

ParameterData TypeDescription
idintegerThe ID of the created Rich Text Meta object.
messagestringA success message.
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!