Hi there, following the documentation for setting up a source connector with flow api for azure as outlined here https://experienceleague.adobe.com/docs/experience-platform/sources/api-tutorials/create/cloud-stora...
the post returns a 400 bad request error stating the spec id is invalid, like this:
{
"errorMessage": "Please provide a valid spec id",
"errorDetails": "Please provide a valid spec id"
}
is there an error in the documentation or what is going on? for reference, this is the part specifying the connection specification in the payload
"connectionSpec": {
"id": "0ed90a81-07f4-4586-8190-b40eccef1c5a",
"version": "1.0"
}