Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit da0a80f

Browse files
authored
Merge pull request #360 from alchemyplatform/cm/integrated-signer-service
Add Embedded accounts api github action
2 parents 1ba16db + b3ef6e0 commit da0a80f

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

.github/workflows/sync-apis.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,13 @@ jobs:
129129
working-directory: ./account-abstraction
130130
run: rdme openapi alchemy_simulateUserOperationAssetChanges.yaml --key=$README_API_KEY --id=6554e8dc1914ac000f50da38
131131

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+
133139
# Update Debug APIs
134140
- name: Update Debug API - debug_traceBlockByHash
135141
env:

accounts/accounts.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ paths:
1616
post:
1717
summary: Create Account
1818
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"]
2020
security:
2121
- apiKey: [] # Apply the apiKey security scheme
2222
x-readme:
@@ -80,7 +80,7 @@ paths:
8080
post:
8181
summary: Send Auth Email
8282
description: Send a user their Auth email.
83-
tags: ["Accounts API"]
83+
tags: ["Accounts API Endpoints"]
8484
security:
8585
- apiKey: [] # Apply the apiKey security scheme
8686
x-readme:
@@ -121,7 +121,7 @@ paths:
121121
post:
122122
summary: Authenticate User
123123
description: Authenticate User
124-
tags: ["Accounts API"]
124+
tags: ["Accounts API Endpoints"]
125125
security:
126126
- apiKey: [] # Apply the apiKey security scheme
127127
x-readme:
@@ -162,7 +162,7 @@ paths:
162162
post:
163163
summary: Get User
164164
description: Get User
165-
tags: ["Accounts API"]
165+
tags: ["Accounts API Endpoints"]
166166
security:
167167
- apiKey: [] # Apply the apiKey security scheme
168168
x-readme:
@@ -199,7 +199,7 @@ paths:
199199
post:
200200
summary: Sign Message
201201
description: Sign message
202-
tags: ["Accounts API"]
202+
tags: ["Accounts API Endpoints"]
203203
security:
204204
- apiKey: [] # Apply the apiKey security scheme
205205
x-readme:
@@ -232,7 +232,7 @@ paths:
232232
post:
233233
summary: Register new authenticator
234234
description: Register new authenticator
235-
tags: ["Accounts API"]
235+
tags: ["Accounts API Endpoints"]
236236
security:
237237
- apiKey: []
238238
x-readme:

0 commit comments

Comments
 (0)