---
title: "POST /api/Sites/instructions"
method: POST
path: "/api/Sites/instructions"
tags: ["Sites"]
---

# POST /api/Sites/instructions

`POST /api/Sites/instructions`

## Request body

- SiteDTO
  - `id` string, nullable
  - `originName` string, nullable
  - `hackgatedName` string, nullable
  - `isActive` boolean
  - `tenantId` string, nullable
  - `cretedByUserId` string, nullable
  - `creationdDate` string, date-time
  - `allowedHackerType` boolean
  - `isDeploymentProgress` boolean
  - `startDate` string, date-time
  - `stopDate` string, date-time
  - `credentials` string, nullable
  - `instructions` string, nullable
  - `rateLimit` string, nullable
  - `blockList` string, nullable

## Response `200`

OK

- Site
  - `id` string, nullable
  - `originName` string, nullable
  - `hackgatedName` string, nullable
  - `isActive` boolean
  - `orgId` string, nullable
  - `cretedByUserId` string, nullable
  - `creationdDate` string, date-time
  - `hasCustomList` boolean
  - `isDeploymentProgress` boolean
  - `startDate` string, date-time
  - `stopDate` string, date-time
  - `credentials` string, nullable
  - `instructions` string, nullable
  - `rateLimit` string, nullable
  - `blockList` string, nullable

---

[API](https://skmtc.net/hackgate/apis/hackgate-admin-api.md) · [All operations](https://skmtc.net/hackgate/apis/hackgate-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hackgate/hackgate-admin-api/versions/7cf21ef8fdb0/schema)
