Update a workspace

This endpoint updates the name of an existing workspace identified by its workspaceId.

Usage Notes

  • Set NoDuplicates to true to prevent the creation of a duplicate workspace.

Usage Scenarios

  • Configuration Change: Allows users to update workspace settings or names as projects evolve or requirements change.
  • Access Control Adjustments: Update workspace details in response to organizational changes or policy updates.

Best Practices

  • Partial Updates: Use PATCH to support partial updates, only sending the fields that need to be updated.
  • Validation: Validate input data to ensure it adheres to expected formats and constraints. Handle errors gracefully and inform the user of any constraints.
Language
Authorization
OAuth2
URL
Click Try It! to start a request and see the response here!