Uppdatera ett bibliotek update-a-library
En PUT-metod som gör att du kan uppdatera ett bibliotek.
Begäran
PUT https://api-places.adobe.io/places/placesapi/v1/libraries/<lIBRARYID>
Sidhuvuden
-H' Content-Type: application/json' -H 'Authorization: bearer <TOKEN>' -H 'x-api-key: <API KEY>' -H 'x-gw-ims-org-id: <ORGID>' -H 'Accept-Language: en-US'
Brödtext
{"name": "<NEW_LIBRARY_NAME>"}
Exempelsvar
{ "id": "449f08f3-eff5-4658-9329-2d9687af777e", "name": "Really facinating places", "customerID": "777F20F55BACA09E0A495D8F@AdobeOrg", "poiCount": 0 }
CURL, kommando
Använd följande CURL-kommando för att testa detta API:
curl -X PUT 'https://api-places.adobe.io/places/placesapi/v1/libraries/<LIBRARYID>' -H 'x-api-key: <API KEY>' -H 'Authorization: Bearer <TOKEN>' -H 'x-gw-ims-org-id: <ORGID>' -d '{"name":"Updated Library Name"}' -H "Content-Type: application/json"
IMPORTANT
Ersätt variabler som
<lIBRARYID>, <API KEY>, <TOKEN> och <ORGID> med faktiska värden.recommendation-more-help
475fad96-f29f-4dca-a109-68bf0557e825