summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Reeder <vpzomtrrfrt@gmail.com>2020-10-15 17:53:18 -0600
committerColin Reeder <vpzomtrrfrt@gmail.com>2020-10-15 17:53:18 -0600
commit408622ffef280afe976563902f15a67e848be804 (patch)
tree7bde7aa076cc8768ce4a2b65b3450edcd91fb045
parent73ecba6575f204c463527cee4a71f0bb9ecd5163 (diff)
Remove note about sanitization in docs
-rw-r--r--openapi/openapi.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/openapi/openapi.json b/openapi/openapi.json
index 0bd9323..373a20d 100644
--- a/openapi/openapi.json
+++ b/openapi/openapi.json
@@ -113,7 +113,7 @@
},
"content_html": {
"type": "string",
- "description": "Content in HTML form. May be untrusted, should be sanitized by clients before display."
+ "description": "Content in HTML form."
},
"author": {
"$ref": "#/components/schemas/MinimalUserInfo"