username:passwordAuthorization: Basic *****************curl --location --request PUT '/content/string' \
--header 'Accept: application/json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"minimumVersion": "1.0.0",
"data": {
"title": {
"type": "header",
"value": "COACHING_SCREEN_WELCOME_TITLE_1"
},
"desription": {
"type": "icon",
"value": "COACHING_SCREEN_WELCOME_DESCRIPTION_1"
}
}
}'{
"contentId": "coe84ff4-4435-4d2f-a20c-274595ab8cd4",
"applicationId": "0537b17c-ab62-491c-8085-9ac2b6206346",
"reference": "CoachingScreenWelcome"
}