Third Light Developer Exchange

Code and templating community forum for developers and software integrators

You are not logged in.

Announcement

If you wish to join the Developer Exchange, please contact your account manager - this is to avoid unnecessary spam in the forums. Many thanks for your understanding.

#1 2022-01-31 17:15:31

mmcs
Member
Registered: 2022-01-31
Posts: 18

Updating multiple tags on the same request

Hi all!

Is it possible to update multiple tags in a directory level on the same request using the REST API?
Or the only was would be sending multiple requests, one per metadata tag using the following request:

/rest/v1/content/{itemId}/metadata/{tagName}

Regards,
Marcelo

Offline

#2 2022-02-03 17:02:48

kim
Third Light Staff
Registered: 2021-09-23
Posts: 2

Re: Updating multiple tags on the same request

Hi Marcelo,

You'll need to perform multiple requests with the endpoint you mentioned, one per tag name. There's isn't a "multi" form of it unfortunately.

Kim

Offline

#3 2022-02-04 10:51:53

mmcs
Member
Registered: 2022-01-31
Posts: 18

Re: Updating multiple tags on the same request

Hi Kim,

Ok, understood. Thanks anyway!

Marcelo

Offline

Board footer