> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# UpdatePromptOptions

***

# Type Alias: UpdatePromptOptions

```ts theme={null}
type UpdatePromptOptions = ProjectScopeOptions & object;
```

Defined in: [src/types/prompt-template.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/prompt-template.types.ts)

## Type declaration

### id?

```ts theme={null}
optional id: string;
```

### name?

```ts theme={null}
optional name: string;
```

### newName

```ts theme={null}
newName: string;
```
