Files
Dokploy-ts-sdk/docs/models/operations/applicationrefreshtokenrequest.md
2025-09-26 02:33:10 +00:00

17 lines
490 B
Markdown

# ApplicationRefreshTokenRequest
## Example Usage
```typescript
import { ApplicationRefreshTokenRequest } from "dokploy/models/operations";
let value: ApplicationRefreshTokenRequest = {
applicationId: "<id>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `applicationId` | *string* | :heavy_check_mark: | N/A |