diff --git a/core/server/api/canary/utils/validators/input/schemas/posts.json b/core/server/api/canary/utils/validators/input/schemas/posts.json index 4c0a71143c..58145ccfda 100644 --- a/core/server/api/canary/utils/validators/input/schemas/posts.json +++ b/core/server/api/canary/utils/validators/input/schemas/posts.json @@ -121,6 +121,12 @@ "id": { "strip": true }, + "uuid": { + "strip": true + }, + "comment_id": { + "strip": true + }, "author": { "strip": true }, diff --git a/core/server/api/v2/utils/validators/input/schemas/posts.json b/core/server/api/v2/utils/validators/input/schemas/posts.json index 5e89d37ade..30047da93c 100644 --- a/core/server/api/v2/utils/validators/input/schemas/posts.json +++ b/core/server/api/v2/utils/validators/input/schemas/posts.json @@ -117,6 +117,12 @@ "id": { "strip": true }, + "uuid": { + "strip": true + }, + "comment_id": { + "strip": true + }, "author": { "strip": true },