File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 155155 },
156156 "/v1/kraken_embed/assets/{asset_id}" : {
157157 "get" : { "operationId" : "getKrakenEmbedAssets" }
158- }
158+ },
159+ "/v1/users/instagram/username" : {
160+ "post" : { "operationId" : "updateUserInstagramUsername" }
161+ },
162+ "/v1/users/twitch/username" : {
163+ "post" : { "operationId" : "updateUserTwitchUsername" }
164+ },
165+ "/v1/users/spotify/subject" : {
166+ "post" : { "operationId" : "updateUserSpotifySubject" }
167+ },
168+ "/v1/apps/{app_id}/intents/{intent_id}" : {
169+ "get" : { "operationId" : "getAppIntent" },
170+ },
171+ "/v1/apps/{app_id}/intents/wallets/{wallet_id}/rpc" : {
172+ "post" : { "operationId" : "appWalletRpc" }
173+ },
174+ "/v1/apps/{app_id}/intents/wallets/{wallet_id}" : {
175+ "patch" : { "operationId" : "updateAppWallet" }
176+ },
177+ "/v1/apps/{app_id}/intents/policies/{policy_id}" : {
178+ "patch" : { "operationId" : "updateAppPolicy" }
179+ },
180+ "/v1/apps/{app_id}/intents/key_quorums/{key_quorum_id}" : {
181+ "patch" : { "operationId" : "updateAppKeyQuorum" }
182+ },
159183}
You can’t perform that action at this time.
0 commit comments