跳到主要内容
版本:v0.6

Get a setting.

Get a setting.

Get a setting.

Path Parameters
    setting string required
Responses

OK


Schema
    configured boolean
    createTime date-time
    editable boolean
    hidden boolean
    id string
    name string
    sensitive boolean
    updateTime date-time
    value string
GET /v1/settings/:setting

Authorization

name: BasicAuthtype: httpdescription: Basic Authentication, in form of base64(<username>:<password>), the password must be a valid Seal API token.in: headerscheme: basic

Request

Security Scheme
Username
Password
setting — path required
curl / cURL
curl -L -X GET 'https://seal-io.github.io/v1/settings/:setting' \
-H 'Accept: application/json'