Version 1.9.31
Changes Relevant to Users
- Bug Fixes
- Corrected a typo in the
grantless_scope
attribute of theApplicationManagement
class fromsellingpartnetapi::client_credential:rotation
tosellingpartnerapi::client_credential:rotation
. This ensures proper functionality when using the grantless scope for client credential rotation.
- Corrected a typo in the
Internal Changes
- Version Update
- Incremented version number to
1.9.31
insp_api/__version__.py
.
- Incremented version number to
graph TD;
A[Version 1.9.30] -->|Updated| B[Version 1.9.31];
B --> C[ApplicationManagement];
C --> D[grantless_scope Typo Fixed];
This update fixes a typo in the ApplicationManagement
API, ensuring that the correct grantless scope is used for client credential rotations.