зеркало из https://github.com/microsoft/CCF.git
45 строки
1.0 KiB
JSON
45 строки
1.0 KiB
JSON
{
|
|
"endpoints": {
|
|
"/text": {
|
|
"post": {
|
|
"js_module": "content_types.js",
|
|
"js_function": "text",
|
|
"forwarding_required": "sometimes",
|
|
"authn_policies": ["user_cert"],
|
|
"mode": "readonly",
|
|
"openapi": {}
|
|
}
|
|
},
|
|
"/json": {
|
|
"post": {
|
|
"js_module": "content_types.js",
|
|
"js_function": "json",
|
|
"forwarding_required": "sometimes",
|
|
"authn_policies": ["user_cert"],
|
|
"mode": "readonly",
|
|
"openapi": {}
|
|
}
|
|
},
|
|
"/binary": {
|
|
"post": {
|
|
"js_module": "content_types.js",
|
|
"js_function": "binary",
|
|
"forwarding_required": "sometimes",
|
|
"authn_policies": ["user_cert"],
|
|
"mode": "readonly",
|
|
"openapi": {}
|
|
}
|
|
},
|
|
"/custom": {
|
|
"post": {
|
|
"js_module": "content_types.js",
|
|
"js_function": "custom",
|
|
"forwarding_required": "sometimes",
|
|
"authn_policies": ["user_cert"],
|
|
"mode": "readonly",
|
|
"openapi": {}
|
|
}
|
|
}
|
|
}
|
|
}
|