We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02ec0c commit a9a6476Copy full SHA for a9a6476
1 file changed
index.js
@@ -47,7 +47,8 @@ module.exports = function(opts) {
47
'application/json',
48
'application/json-patch+json',
49
'application/vnd.api+json',
50
- 'application/csp-report'
+ 'application/csp-report',
51
+ 'application/scim+json'
52
];
53
54
// default form types
0 commit comments