From a9a647641bb883746c9691e86b8f87739df4e374 Mon Sep 17 00:00:00 2001 From: "ask me anything :)" Date: Wed, 15 Mar 2023 10:43:21 +0800 Subject: [PATCH] feat: Support scim json format (#151) --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index ba016d2..e7a70e6 100644 --- a/index.js +++ b/index.js @@ -47,7 +47,8 @@ module.exports = function(opts) { 'application/json', 'application/json-patch+json', 'application/vnd.api+json', - 'application/csp-report' + 'application/csp-report', + 'application/scim+json' ]; // default form types