muchdogesec / history4feed

Creates a complete full text historical archive for an RSS or ATOM feed.
https://www.dogesec.com/
Apache License 2.0
96 stars 1 forks source link

Swagger UI schema for post feed should have include_remote_blogs default as false #21

Closed himynamesdave closed 1 month ago

himynamesdave commented 1 month ago

currently

{ "url": "string", "include_remote_blogs": true }

should be

{ "url": "string", "include_remote_blogs": false }

image

fqrious commented 1 month ago

it's false if you don't include it, however, I'm not sure I can control what swagger-ui shows to you