Question
Adobe CC Libraries API query parameter issue libraryVersion is required to get response
I'm working with the Adobe CC Libraries APIs, the issue is traying to get the elements of an a Library using:
{{baseUrl}}/api/v1/libraries/:libraryId/elements/:elementId?selector=default
I received this error:
{
"message": "USSLibrary.getLibrary(): Library not found.",
"status": 404
}
The only way to have access to the library is using the parameter libraryVersion, the api is don't taking the last version as is expected, ex:
{{baseUrl}}/api/v1/libraries/:libraryId?libraryVersion=6
