Skip to content

Commit dd889ad

Browse files
Apply suggestions from code review
Co-authored-by: Liam-Doodson <[email protected]>
1 parent d8b70c9 commit dd889ad

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

modules/ROOT/pages/aura-graphql/api-deletion.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ Using both the AuraDB instance ID and the ID of the associated GraphQL API, you
5555

5656
[source, bash, indent=0]
5757
----
58-
aura-cli data-api graphql delete YOUR_GRAPHQL_DATA_API_ID --instance-id YOUR_AURA_INSTANCE_ID
58+
aura-cli data-api graphql delete YOUR_GRAPHQL_DATA_API_ID --instance-id YOUR_AURA_INSTANCE_ID
5959
----

modules/ROOT/pages/aura-graphql/api-update.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Using the IDs of both AuraDB and the GraphQL API, this is achieved with:
7272

7373
[source, bash, indent=0]
7474
----
75-
aura-cli data-api graphql get YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
75+
aura-cli data-api graphql get YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
7676
----
7777

7878

@@ -121,14 +121,14 @@ We recommend you to use JWKS authentication providers in user-facing client appl
121121
+
122122
[source, bash, indent=0]
123123
----
124-
aura-cli data-api graphql auth-provider list --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
124+
aura-cli data-api graphql auth-provider list --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
125125
----
126126
+
127127
- Get the details of a specific authentication provider:
128128
+
129129
[source, bash, indent=0]
130130
----
131-
aura-cli data-api graphql auth-provider get YOUR_AUTH_PROVIDER_ID --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
131+
aura-cli data-api graphql auth-provider get YOUR_AUTH_PROVIDER_ID --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
132132
----
133133
+
134134
- Add a new API key.
@@ -138,7 +138,7 @@ aura-cli data-api graphql auth-provider get YOUR_AUTH_PROVIDER_ID --data-api-id
138138
+
139139
[source, bash, indent=0]
140140
----
141-
aura-cli data-api graphql auth-provider create --name YOUR_FRIENDLY_NAME --type api-key --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
141+
aura-cli data-api graphql auth-provider create --name YOUR_FRIENDLY_NAME --type api-key --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
142142
----
143143
+
144144
- Add a new JWKS.
@@ -157,7 +157,7 @@ aura-cli data-api graphql auth-provider create --name YOUR_FRIENDLY_NAME --url Y
157157
+
158158
[source, bash, indent=0]
159159
----
160-
aura-cli data-api graphql auth-provider delete --name YOUR_FRIENDLY_NAME --type api-key --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
160+
aura-cli data-api graphql auth-provider delete --name YOUR_FRIENDLY_NAME --type api-key --data-api-id YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
161161
----
162162

163163

@@ -169,7 +169,7 @@ You can add or remove allowed origins for the CORS policy of the GraphQL API.
169169
+
170170
[source, bash, indent=0]
171171
----
172-
aura-cli data-api graphql get YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
172+
aura-cli data-api graphql get YOUR_GRAPHQL_API_ID --instance-id YOUR_AURA_INSTANCE_ID
173173
----
174174
+
175175
- Add a new origin:

0 commit comments

Comments
 (0)