I don’t seem to be able to update an existing token. Every time I want to change / add scopes I need to delete the token and create it from scratch. It would be useful if I could update the token as opposed to recreating it.
Just to give a bit of a context. I’ve been experimenting with Make API. Suppose I want to list scenario logs and I don’t know which exact scopes are needed for this operation. What do I do? Well, I simply create an api token and grant it scopes I guess might work. Only to find out I need different or additional scopes - such as organisation:read. At this point, I would like to be able to amend the token and add new scopes to it. When I create a new token from scratch I also need to recreate the connection in my scenario, which is slightly annoying. Is there a better way?