Hi, i have been able to use multi bodied macros as described here using “bodyType”: “multi-body-rich-text”.
However when trying to deploy this to forge using forge on connect i get the following error message:
{
"__typename": "AppDeploymentLogEvent",
"stepName": "Validate manifest",
"createdAt": "2025-01-31T13:19:01.876Z",
"message": "Manifest validation failed\nValidation errors: {\n \"validationResult\": {\n \"tid\": \"a9153f332c17415e93b6168985288f51\",\n \"code\": 400,\n \"type\": \"UpsertEnvironmentRequestInvalidError\",\n \"message\": \"Upsert Environment Request body is invalid. Error message: connect-confluence:dynamicContentMacros[expands]: /bodyType must be equal to one of the allowed values\"\n }\n}",
"level": "WARNING"
},
Any help on what could be the problem would be helpful.
Thanks in advance.