# Rotate PreviewShare

Re-generates the uuid and share url, and resets the expiration.

Endpoint: POST /v1/preview/sharing/{test_id}/rotate
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `test_id` (string, required)
    Test to rotate

## Query parameters:

  - `url_uuid` (string, required)
    UUID to rotate

## Response 200 fields (application/json):

  - `test_id` (string, required)

  - `url_uuid` (string, required)

  - `url` (string, required)

  - `enabled` (boolean, required)

  - `expires_at` (string, required)

## Response 500 fields (application/json):

  - `message` (string, required)
    Response message

## Response default fields (application/json):

  - `Reason` (string, required)


