This repository was archived by the owner on May 15, 2025. It is now read-only.
File tree 2 files changed +13
-7
lines changed
2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,13 @@ jobs:
129
129
working-directory : ./account-abstraction
130
130
run : rdme openapi alchemy_simulateUserOperationAssetChanges.yaml --key=$README_API_KEY --id=6554e8dc1914ac000f50da38
131
131
132
-
132
+ # Update Embedded Accounts API
133
+ - name : Update Embedded Accounts API
134
+ env :
135
+ README_API_KEY : ${{ secrets.README_API_KEY }}
136
+ working-directory : ./accounts.yaml
137
+ run : rdme openapi accounts.yaml --key=$README_API_KEY --id=65e02c093719c50070e3b97a
138
+
133
139
# Update Debug APIs
134
140
- name : Update Debug API - debug_traceBlockByHash
135
141
env :
Original file line number Diff line number Diff line change 16
16
post :
17
17
summary : Create Account
18
18
description : Allows users to sign up for the service. Responds with an organization ID associated with the user and your application.
19
- tags : ["Accounts API"]
19
+ tags : ["Accounts API Endpoints "]
20
20
security :
21
21
- apiKey : [] # Apply the apiKey security scheme
22
22
x-readme :
80
80
post :
81
81
summary : Send Auth Email
82
82
description : Send a user their Auth email.
83
- tags : ["Accounts API"]
83
+ tags : ["Accounts API Endpoints "]
84
84
security :
85
85
- apiKey : [] # Apply the apiKey security scheme
86
86
x-readme :
@@ -121,7 +121,7 @@ paths:
121
121
post :
122
122
summary : Authenticate User
123
123
description : Authenticate User
124
- tags : ["Accounts API"]
124
+ tags : ["Accounts API Endpoints "]
125
125
security :
126
126
- apiKey : [] # Apply the apiKey security scheme
127
127
x-readme :
@@ -162,7 +162,7 @@ paths:
162
162
post :
163
163
summary : Get User
164
164
description : Get User
165
- tags : ["Accounts API"]
165
+ tags : ["Accounts API Endpoints "]
166
166
security :
167
167
- apiKey : [] # Apply the apiKey security scheme
168
168
x-readme :
@@ -199,7 +199,7 @@ paths:
199
199
post :
200
200
summary : Sign Message
201
201
description : Sign message
202
- tags : ["Accounts API"]
202
+ tags : ["Accounts API Endpoints "]
203
203
security :
204
204
- apiKey : [] # Apply the apiKey security scheme
205
205
x-readme :
@@ -232,7 +232,7 @@ paths:
232
232
post :
233
233
summary : Register new authenticator
234
234
description : Register new authenticator
235
- tags : ["Accounts API"]
235
+ tags : ["Accounts API Endpoints "]
236
236
security :
237
237
- apiKey : []
238
238
x-readme :
You can’t perform that action at this time.
0 commit comments