|
|
@@ -444,13 +444,13 @@ module.exports = (crowi: Crowi): Router => {
|
|
|
/**
|
|
|
* @swagger
|
|
|
* paths:
|
|
|
- * /external-user-groups/:id/external-user-group-relations:
|
|
|
+ * /external-user-groups/{id}/external-user-group-relations:
|
|
|
* get:
|
|
|
* tags: [ExternalUserGroups]
|
|
|
* security:
|
|
|
* - cookieAuth: []
|
|
|
* operationId: getExternalUserGroupRelations
|
|
|
- * summary: /external-user-groups/:id/external-user-group-relations
|
|
|
+ * summary: /external-user-groups/{id}/external-user-group-relations
|
|
|
* parameters:
|
|
|
* - name: id
|
|
|
* in: path
|
|
|
@@ -801,7 +801,7 @@ module.exports = (crowi: Crowi): Router => {
|
|
|
* content:
|
|
|
* application/json:
|
|
|
* schema:
|
|
|
- * type: object
|
|
|
+ * type: object
|
|
|
*/
|
|
|
router.put('/keycloak/sync', loginRequiredStrictly, adminRequired, async(req: AuthorizedRequest, res: ApiV3Response) => {
|
|
|
if (isExecutingSync()) {
|