> ## Documentation Index
> Fetch the complete documentation index at: https://docs.platinur.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Api Promotions Deploy Prod



## OpenAPI

````yaml /api/openapi.json post /api/promotions/deploy-prod
openapi: 3.1.0
info:
  description: >-
    Environment-aware APIs for Platinur configuration, integrations, operations,
    promotions, scheduling, monitoring, and assistant tasks.
  title: Platinur Control Plane API
  version: 1.0.0-rc26
servers:
  - description: Local Platinur control-plane API
    url: http://localhost:8080
security: []
paths:
  /api/promotions/deploy-prod:
    post:
      tags:
        - Promotions
      summary: Api Promotions Deploy Prod
      operationId: api_promotions_deploy_prod_api_promotions_deploy_prod_post
      responses:
        '410':
          content:
            application/json:
              schema: {}
          description: Gone

````