-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[spaceship] add methods to rename and disable/enable devices #20928
Conversation
Looks like |
Co-authored-by: Aaron Brager <[email protected]>
@getaaron , thanks for the review. Fixed everything I could 😅 |
looks good! will merge after someone approves #20931 |
Thanks again for adding this! |
Can someone confirm if it still works, I cant get it work with ConnectAPI I am getting authentication error on network response for enable and disable (havent tried rename, but its all same request I believe) although Had to use Flow that doesnt work:
5 of these errors:
Flow that works:
|
Checklist
bundle exec rspec
from the root directory to see all new and existing tests passbundle exec rubocop -a
to ensure the code style is validci/circleci
builds in the "All checks have passed" section of my PR (connect CircleCI to GitHub if not)Motivation and Context
We want to fully automate device management on the Developer Portal, which includes renaming, enabling, and disabling devices.
Description
Implemented App Store Connect APIs Modify a Registered Device PATCH request.
Testing Steps