Update an API key
Renames a key. key_type and scopes are fixed at creation — to change a key’s authority, create a new key and revoke the old one.
Required scope: write_api_keys (for API-key authentication).
PATCH
Spree Admin SDK
Authorizations
Secret API key for admin access
JWT token for admin user authentication
Path Parameters
Body
application/json
Example:
"Backend integration (renamed)"
Response
200 - application/json
API key renamed
Spree Admin SDK

