Skip to content

Commit

Permalink
Add endpoint for manual release [RA-441] (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
zormandi authored Nov 17, 2022
1 parent 7746ae7 commit 4129b0a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# frozen_string_literal: true

require 'app_store_connect/create_request'

module AppStoreConnect
class AppStoreVersionReleaseRequestCreateRequest < CreateRequest
data do
type 'appStoreVersionReleaseRequests'
end
end
end
7 changes: 7 additions & 0 deletions lib/config/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,13 @@
"alias": "app_store_version"
},

{
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersionReleaseRequests",
"http_body_type": "AppStoreVersionReleaseRequestCreateRequest",
"http_method": "post",
"alias": "create_app_store_version_release_request"
},

{
"url": "https://api.appstoreconnect.apple.com/v1/appStoreVersionPhasedReleases",
"http_body_type": "AppStoreVersionPhasedReleaseCreateRequest",
Expand Down

0 comments on commit 4129b0a

Please sign in to comment.