v18

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014211,6201.8 MB
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.

    {}
    
post/gitpod.v1.UserService/SetDotfilesConfiguration

Request body

repositorystring uri

Response

Success

GitpodV1SetDotfilesConfigurationResponse required