Skip to content

Commit 4579bfc

Browse files
committed
add scope for apis
1 parent db13169 commit 4579bfc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

en/asgardeo/docs/apis/restapis/oauth-dcr.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ paths:
1616
summary: |
1717
Get application by name
1818
description: |
19-
"This API is used to get/retrieve an OAuth2 application by `client_name`. \n\n <b>Scope required:</b> `internal_dcr_view`."
19+
"This API is used to get/retrieve an OAuth2 application by `client_name`. \n\n"
2020
<b>Scope(Permission) required:</b> `internal_dcr_view`
2121
operationId: getApplicationByName
2222
parameters:
@@ -60,7 +60,7 @@ paths:
6060
description: "This API is used to create an OAuth2 application.
6161
\n If your want to create your application to use the `implicit` or `authorization_code` grant types, you need to provide the `redirect_uri` field in your request.\
6262
\n If you are using any other grant type, \nsuch as `password`, you don't need to send the `redirect_uri` field in the request.
63-
\n Check the sample request given below.\n\n <b>Scope required:</b> `internal_dcr_create`."
63+
\n Check the sample request given below.\n\n"
6464
<b>Scope(Permission) required:</b> `internal_dcr_create`
6565
operationId: registerApplication
6666
requestBody:
@@ -139,7 +139,7 @@ paths:
139139
summary: |
140140
Get application by ID
141141
description: |
142-
"This API is used to retrieve an OAuth2 application by `client_id`. \n\n <b>Scope required:</b> `internal_dcr_view`."
142+
"This API is used to retrieve an OAuth2 application by `client_id`. \n\n"
143143
<b>Scope(Permission) required:</b> `internal_dcr_view`
144144
operationId: getApplication
145145
parameters:
@@ -181,7 +181,7 @@ paths:
181181
summary: |
182182
Update an OAuth2 app
183183
description: |
184-
"This API is used to update an OAuth2 application.\n\n <b>Scope required:</b> `internal_dcr_update`."
184+
"This API is used to update an OAuth2 application.\n\n"
185185
<b>Scope(Permission) required:</b> `internal_dcr_update`
186186
operationId: updateApplication
187187
parameters:
@@ -252,7 +252,7 @@ paths:
252252
summary: |
253253
Delete an OAuth2 app
254254
description: |
255-
"This API is used to delete an OAuth2 application by `client_id`.\n\n <b>Scope required:</b> `internal_dcr_delete`."
255+
"This API is used to delete an OAuth2 application by `client_id`.\n\n"
256256
<b>Scope(Permission) required:</b> `internal_dcr_delete`
257257
operationId: deleteApplication
258258
parameters:

0 commit comments

Comments
 (0)