Method: Falcon::InstallationTokensApi#tokens_update
- Defined in:
- lib/crimson-falcon/api/installation_tokens_api.rb
#tokens_update(ids, body, opts = {}) ⇒ MsaspecQueryResponse
Updates one or more tokens. Use this endpoint to edit labels, change expiration, revoke, or restore.
477 478 479 480 |
# File 'lib/crimson-falcon/api/installation_tokens_api.rb', line 477 def tokens_update(ids, body, opts = {}) data, _status_code, _headers = tokens_update_with_http_info(ids, body, opts) data end |