mirror of
https://github.com/thegeeklab/wp-github-comment.git
synced 2024-11-22 10:10:40 +00:00
[skip ci] auto-update documentation
This commit is contained in:
parent
042977ef8e
commit
8bf9363ef4
@ -15,6 +15,13 @@ properties:
|
|||||||
defaultValue: "https://api.github.com/"
|
defaultValue: "https://api.github.com/"
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
- name: insecure_skip_verify
|
||||||
|
description: |
|
||||||
|
Skip SSL verification.
|
||||||
|
type: bool
|
||||||
|
defaultValue: false
|
||||||
|
required: false
|
||||||
|
|
||||||
- name: key
|
- name: key
|
||||||
description: |
|
description: |
|
||||||
Unique identifier to assign to a comment.
|
Unique identifier to assign to a comment.
|
||||||
@ -23,6 +30,13 @@ properties:
|
|||||||
type: string
|
type: string
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
|
- name: log_level
|
||||||
|
description: |
|
||||||
|
Plugin log level.
|
||||||
|
type: string
|
||||||
|
defaultValue: "info"
|
||||||
|
required: false
|
||||||
|
|
||||||
- name: message
|
- name: message
|
||||||
description: |
|
description: |
|
||||||
Path to file or string that contains the comment text.
|
Path to file or string that contains the comment text.
|
||||||
|
Loading…
Reference in New Issue
Block a user