Error in adobe.io runtime API - I/O Runtime deployed actions list
Hello,
We are encountering an error while retrieving the list of deployed actions on Adobe I/O Runtime.
Please refer to the following cURL request as an example.
curl --location --request GET 'https://api.adobe.io/runtime/namespaces/xxxxxxxxx@AdobeOrg/oauth-sever-to-server-clientKey/actions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer xxxxxx' \
--header 'X-Api-Key: oauth-sever-to-server-clientKey'
API response (400Bad Request😞
[
{
"message": "must not be null",
"messageTemplate": "{javax.validation.constraints.NotNull.message}",
"path": "RuntimeResource.getActions.arg2",
"invalidValue": null
}
]
We are referring to the following API documentation
