Update API-Tokenput https://{server}/api/v2.1/workspace/{workspace_id}/dtable/{base_name}/api-tokens/{app_name}/Update the permission of an existing API-Token.Path Paramsworkspace_idintegerrequired≥ 1The id of the workspace. For an explanation how to get the workspace_id, check out this help-article. Alternatively the API endpoint get metadata can be used.base_namestringrequiredThe name of your base.app_namestringrequiredThe name of your app. Every API-Token has a name to identify the purpose. The name of the app must be unique for every base.Body Paramspermissionstringenumrequired rw for read-write r for read-only rwrAllowed:''rwrResponses 200OK 401Unauthorized 403Forbidden 404Not FoundUpdated about 2 years ago