[PR #262] [CLOSED] Align sandbox create/delete with OpenAPI v2 #393

Closed
opened 2026-02-26 22:30:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/262
Author: @swiftlysingh
Created: 1/28/2026
Status: Closed

Base: mainHead: fix/sandbox-openapi-v2


📝 Commits (1)

  • 8bfca11 Align sandbox create/delete with OpenAPI v2

📊 Changes

5 files changed (+27 additions, -88 deletions)

View changed files

📝 cmd/sandbox.go (+3 -1)
📝 cmd/sandbox_create.go (+3 -1)
📝 cmd/sandbox_manage.go (+3 -1)
📝 internal/asc/sandbox.go (+2 -25)
📝 internal/asc/sandbox_test.go (+16 -60)

📄 Description

Summary

  • Return a clear unsupported error for sandbox tester create/delete and update CLI help + tests to match the OpenAPI v2 surface.

Research / Probe

  • GET /v2/sandboxTesters?limit=1 -> 200
  • POST /v2/sandboxTesters -> 403 (resource does not allow CREATE)
  • DELETE /v2/sandboxTesters/{id} -> 403 (resource does not allow DELETE)
  • DELETE /v1/sandboxTesters/{id} via asc sandbox delete -> resource 'v1/sandboxTesters' does not exist

Tests

  • Not run (on this branch)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rudrankriyam/App-Store-Connect-CLI/pull/262 **Author:** [@swiftlysingh](https://github.com/swiftlysingh) **Created:** 1/28/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/sandbox-openapi-v2` --- ### 📝 Commits (1) - [`8bfca11`](https://github.com/rudrankriyam/App-Store-Connect-CLI/commit/8bfca1176da7dec71023f2853ebc8123c604b2ea) Align sandbox create/delete with OpenAPI v2 ### 📊 Changes **5 files changed** (+27 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `cmd/sandbox.go` (+3 -1) 📝 `cmd/sandbox_create.go` (+3 -1) 📝 `cmd/sandbox_manage.go` (+3 -1) 📝 `internal/asc/sandbox.go` (+2 -25) 📝 `internal/asc/sandbox_test.go` (+16 -60) </details> ### 📄 Description ## Summary - Return a clear unsupported error for sandbox tester create/delete and update CLI help + tests to match the OpenAPI v2 surface. ## Research / Probe - GET /v2/sandboxTesters?limit=1 -> 200 - POST /v2/sandboxTesters -> 403 (resource does not allow CREATE) - DELETE /v2/sandboxTesters/{id} -> 403 (resource does not allow DELETE) - DELETE /v1/sandboxTesters/{id} via asc sandbox delete -> resource 'v1/sandboxTesters' does not exist ## Tests - Not run (on this branch) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 22:30:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/App-Store-Connect-CLI#393
No description provided.