Skip to content
Ona Docs

SetDotfilesConfiguration

POST/gitpod.v1.UserService/SetDotfilesConfiguration

Sets the dotfiles configuration for a user.

Use this method to:

  • Configure user dotfiles
  • Update dotfiles settings

Examples

  • Set dotfiles configuration:

    Sets the dotfiles configuration for the current user.

    {
      "repository": "https://github.com/gitpod-io/dotfiles",
    }
  • Remove dotfiles:

    Removes the dotfiles for the current user.

    {}
Body ParametersJSONExpand Collapse
repository: optional string
formaturi
maxLength255

SetDotfilesConfiguration

curl https://app.gitpod.io/api/gitpod.v1.UserService/SetDotfilesConfiguration \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $GITPOD_API_KEY" \
    -d '{}'
{}
Returns Examples
{}