|
16 | 16 | summary: | |
17 | 17 | Get application by name |
18 | 18 | 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" |
20 | 20 | <b>Scope(Permission) required:</b> `internal_dcr_view` |
21 | 21 | operationId: getApplicationByName |
22 | 22 | parameters: |
|
60 | 60 | description: "This API is used to create an OAuth2 application. |
61 | 61 | \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.\ |
62 | 62 | \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" |
64 | 64 | <b>Scope(Permission) required:</b> `internal_dcr_create` |
65 | 65 | operationId: registerApplication |
66 | 66 | requestBody: |
@@ -139,7 +139,7 @@ paths: |
139 | 139 | summary: | |
140 | 140 | Get application by ID |
141 | 141 | 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" |
143 | 143 | <b>Scope(Permission) required:</b> `internal_dcr_view` |
144 | 144 | operationId: getApplication |
145 | 145 | parameters: |
@@ -181,7 +181,7 @@ paths: |
181 | 181 | summary: | |
182 | 182 | Update an OAuth2 app |
183 | 183 | 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" |
185 | 185 | <b>Scope(Permission) required:</b> `internal_dcr_update` |
186 | 186 | operationId: updateApplication |
187 | 187 | parameters: |
@@ -252,7 +252,7 @@ paths: |
252 | 252 | summary: | |
253 | 253 | Delete an OAuth2 app |
254 | 254 | 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" |
256 | 256 | <b>Scope(Permission) required:</b> `internal_dcr_delete` |
257 | 257 | operationId: deleteApplication |
258 | 258 | parameters: |
|
0 commit comments