---
title: "Share Spin"
method: POST
path: "/spins/share"
---

# Share Spin

`POST /spins/share`

Saves a roulette spin for sharing purposes

## Request body

- object
  - `mission` object, required — The mission for the spin. Only the `slug` is required when sharing the spin
    - `slug` string, required — The `slug` of the mission
    - `publicIdPrefix` integer — The public ID of the mission when generating a spin ID
    - `targets` object — The missions' targets
  - `targetConditions` object[], required — The target kill conditions
    - `target` object
      - `name` string
      - `tileUrl` string
    - `killMethod` object, required
  - `additionalObjectives` object[] — The mission's additional objectives, if present
    - `objective` object
      - `name` string
      - `tileUrl` string
    - `completionMethod` object
      - `name` string
      - `tileUrl` string
    - `disguise` object
      - `name` string
      - `tileUrl` string

## Response `200`

200

- object
  - `publicId` string

---

[API](https://skmtc.dev/hitmaps/apis/hitmaps-roulette.md) · [All operations](https://skmtc.dev/hitmaps/apis/hitmaps-roulette/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hitmaps/hitmaps-roulette/revisions/5dff90122ce4/schema)
