Hi,
Can someone help me where to find UUID for POI Library. Poi library only takes Name when creating, but the request expects an ID.
Thanks,
{
"type": "validUUID",
"expected": null,
"actual": "MyDemoLibrary",
"field": "library",
"message": "The 'library' field must be a valid UUID! Actual: MyDemoLibrary"
}
Solved! Go to Solution.
Views
Replies
Total Likes
If you ever forget this UUID you can do a simple lookup of all your places for your org using the following request:
curl -X GET 'https://api-places.adobe.io/places/placesapi/v1/libraries' -H 'x-api-key: <API KEY>' -H 'Authorization: Bearer <TOKEN>' -H 'x-gw-ims-org-id: <ORGID>'
Docs for reference -> https://docs.adobe.com/content/help/en/places/using/web-service-api/api-usage/manage-libraries/read-...
If you ever forget this UUID you can do a simple lookup of all your places for your org using the following request:
curl -X GET 'https://api-places.adobe.io/places/placesapi/v1/libraries' -H 'x-api-key: <API KEY>' -H 'Authorization: Bearer <TOKEN>' -H 'x-gw-ims-org-id: <ORGID>'
Docs for reference -> https://docs.adobe.com/content/help/en/places/using/web-service-api/api-usage/manage-libraries/read-...
Views
Replies
Total Likes
Views
Likes
Replies