Sha256: 34893cf3fb23e72add4a02cac35b0e18159e979c10203c9cf9eac01436023766
Contents?: true
Size: 664 Bytes
Versions: 9
Compression:
Stored size: 664 Bytes
Contents
# frozen_string_literal: true module AppStoreDevApi module Requests module V1 module App class Update < Request::Body data do id type 'apps' attributes do property :bundle_id property :content_rights_declaration property :primary_locale property :subscription_status_url property :subscription_status_url_for_sandbox property :subscription_status_url_version property :subscription_status_url_version_for_sandbox end end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems