Skip to content

Commit c6acfb3

Browse files
committed
add new opids to patch
1 parent 0f23a78 commit c6acfb3

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

scripts/schema-patches/01-operation-ids.jq

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,5 +155,29 @@
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
}

0 commit comments

Comments
 (0)