Skip to content

Conversation

@laurakwhit
Copy link
Contributor

What changed?

Adds versioned API endpoint support for PauseWorkflowExecution and UnpauseWorkflowExecution operations by adding /api/v1/ HTTP bindings alongside the existing unversioned paths.

Why?

The Go server configuration in UI currently groups all API routes under /api/v1/.

@laurakwhit laurakwhit marked this pull request as ready for review January 29, 2026 18:13
@laurakwhit laurakwhit requested review from a team as code owners January 29, 2026 18:13
Copy link
Member

@cretz cretz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely ready to remove the /api/v1-prefixed URLs if/when UI is

@laurakwhit laurakwhit merged commit e966760 into master Jan 29, 2026
4 checks passed
@laurakwhit laurakwhit deleted the laura/wf_pause_api/v1_support branch January 29, 2026 21:40
gow pushed a commit that referenced this pull request Jan 30, 2026
<!-- Describe what has changed in this PR -->
**What changed?**

Adds versioned API endpoint support for `PauseWorkflowExecution` and
`UnpauseWorkflowExecution` operations by adding `/api/v1/` HTTP bindings
alongside the existing unversioned paths.

<!-- Tell your future self why have you made these changes -->
**Why?**

The Go server configuration in [UI](https://github.com/temporalio/ui)
currently groups all API routes under `/api/v1/`.
gow pushed a commit that referenced this pull request Jan 30, 2026
<!-- Describe what has changed in this PR -->
**What changed?**

Adds versioned API endpoint support for `PauseWorkflowExecution` and
`UnpauseWorkflowExecution` operations by adding `/api/v1/` HTTP bindings
alongside the existing unversioned paths.

<!-- Tell your future self why have you made these changes -->
**Why?**

The Go server configuration in [UI](https://github.com/temporalio/ui)
currently groups all API routes under `/api/v1/`.
gow pushed a commit that referenced this pull request Jan 31, 2026
<!-- Describe what has changed in this PR -->
**What changed?**

Adds versioned API endpoint support for `PauseWorkflowExecution` and
`UnpauseWorkflowExecution` operations by adding `/api/v1/` HTTP bindings
alongside the existing unversioned paths.

<!-- Tell your future self why have you made these changes -->
**Why?**

The Go server configuration in [UI](https://github.com/temporalio/ui)
currently groups all API routes under `/api/v1/`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants