Skip to content

Commit c9c1c7b

Browse files
committed
chore: Update IdentitiesJsonFormsController to use POST instead of GET for retrieving a JSON Forms schema
1 parent bc63ecc commit c9c1c7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/management/identities/jsonforms/identities.jsonforms.controller.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ export class IdentitiesJsonFormsController extends AbstractController {
4141
});
4242
}
4343

44-
@Get(':schema')
44+
// @Get(':schema')
45+
@Post(':schema')
4546
@ApiOperation({ summary: "Récupère un JSON Forms d'un schéma personnalisé" })
4647
public async search(
4748
@Res() res: Response,

0 commit comments

Comments
 (0)