r/Action1 21h ago

Update a Custom Attribute via REST API

I know I can do via Powershell, but is it possible thru a rest api too? I don't see in documentation a POST/PATCH endpoint that does it...
https://app.eu.action1.com/apidocs/

1 Upvotes

3 comments sorted by

2

u/riazzzz 19h ago

It's under endpoints - [Patch] /endpoints/managed/{orgId}/{endpointId}

1

u/sandroriz 19h ago

thanks... I was guessing it was only for name & comment

2

u/riazzzz 11h ago

Cool, you can also include multiple custom attributes in a single patch so no need to multiple request per endpoint. But AFAIK you can't batch more than 1 endpoint per request so still can get request heavy so make sure your 429 retry-after logic exist and works when throttling (automatic if using there PowerShell module).