Skip to content

Add support for setting App Settings #22

@berndverst

Description

@berndverst

I'd like to be able to add / update App Settings. This can be accomplished via

POST /api/settings

{"somenewsetting": "somevalue",
"oldsettingtoupdate": "newvalue"}

Similarly, you can delete settings via
DELETE /api/settings/somesettingnamehere

Could you please implement these methods in your API client so that I can use this in GitHub Actions? :)

See:
https://github.com/projectkudu/kudu/wiki/REST-API#settings

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions