Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Html2rss
module Web
VERSION = '1.10.1'
VERSION = '1.10.2'
public_constant :VERSION
end
end
2 changes: 1 addition & 1 deletion public/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
openapi: 3.2.0

Check warning on line 2 in public/openapi.yaml

View workflow job for this annotation

GitHub Actions / openapi

oas3-schema "openapi" property must match pattern "^3\.0\.\d(-.+)?$".
info:
title: html2rss-web API
version: 1.10.1
version: 1.10.2
description: RESTful API for converting websites to RSS feeds.
contact:
name: html2rss-web Support
Expand Down Expand Up @@ -134,31 +134,31 @@
defaults:
properties:
blog:
type:

Check warning on line 137 in public/openapi.yaml

View workflow job for this annotation

GitHub Actions / openapi

oas3-schema "type" property must be equal to one of the allowed values: "array", "boolean", "integer", "number", "object", "string".
- string
- 'null'
id:
type:

Check warning on line 141 in public/openapi.yaml

View workflow job for this annotation

GitHub Actions / openapi

oas3-schema "type" property must be equal to one of the allowed values: "array", "boolean", "integer", "number", "object", "string".
- string
- 'null'
region:
type:

Check warning on line 145 in public/openapi.yaml

View workflow job for this annotation

GitHub Actions / openapi

oas3-schema "type" property must be equal to one of the allowed values: "array", "boolean", "integer", "number", "object", "string".
- string
- 'null'
repository:
type:

Check warning on line 149 in public/openapi.yaml

View workflow job for this annotation

GitHub Actions / openapi

oas3-schema "type" property must be equal to one of the allowed values: "array", "boolean", "integer", "number", "object", "string".
- string
- 'null'
section:
type:

Check warning on line 153 in public/openapi.yaml

View workflow job for this annotation

GitHub Actions / openapi

oas3-schema "type" property must be equal to one of the allowed values: "array", "boolean", "integer", "number", "object", "string".
- string
- 'null'
user_id:
type:

Check warning on line 157 in public/openapi.yaml

View workflow job for this annotation

GitHub Actions / openapi

oas3-schema "type" property must be equal to one of the allowed values: "array", "boolean", "integer", "number", "object", "string".
- string
- 'null'
username:
type:

Check warning on line 161 in public/openapi.yaml

View workflow job for this annotation

GitHub Actions / openapi

oas3-schema "type" property must be equal to one of the allowed values: "array", "boolean", "integer", "number", "object", "string".
- string
- 'null'
type: object
Expand All @@ -170,7 +170,7 @@
type: string
required:
- type
type:

Check warning on line 173 in public/openapi.yaml

View workflow job for this annotation

GitHub Actions / openapi

oas3-schema "type" property must be equal to one of the allowed values: "array", "boolean", "integer", "number", "object", "string".
- object
- 'null'
id:
Expand All @@ -179,7 +179,7 @@
type: string
required:
- type
type:

Check warning on line 182 in public/openapi.yaml

View workflow job for this annotation

GitHub Actions / openapi

oas3-schema "type" property must be equal to one of the allowed values: "array", "boolean", "integer", "number", "object", "string".
- object
- 'null'
region:
Expand Down
Loading