Skip to content
Ona Docs

Dotfiles

GetDotfilesConfiguration
client.users.dotfiles.get(DotfileGetParams { empty } body, RequestOptionsoptions?): DotfileGetResponse { dotfilesConfiguration }
POST/gitpod.v1.UserService/GetDotfilesConfiguration
SetDotfilesConfiguration
client.users.dotfiles.set(DotfileSetParams { repository } body, RequestOptionsoptions?): DotfileSetResponse
POST/gitpod.v1.UserService/SetDotfilesConfiguration
ModelsExpand Collapse
DotfilesConfiguration { repository }
repository?: string

The URL of a dotfiles repository.

formaturi
DotfileGetResponse { dotfilesConfiguration }
dotfilesConfiguration: DotfilesConfiguration { repository }
repository?: string

The URL of a dotfiles repository.

formaturi
DotfileSetResponse = unknown