Setup Repo

Install

Install

post/api/cp/setup/repo/install/{id}

Path parameters

idinteger required

Id identifier

Request body

idstring

Id

account_idinteger

Account Id

project_idstring

Project Id (references project.id)

versionstring

Version

approvedinteger

Approved

published_datestring date-time

Published Date

commit_messagestring

Commit Message

Example request

{
  "id": 12345,
  "account_id": 1,
  "project_id": 1,
  "version": "example_version",
  "approved": 1,
  "published_date": "2025-01-17T10:30:00Z",
  "commit_message": "example_commit_message"
}

Response

Successful response

{"stackTrail":"paths:/api/cp/setup/repo/install/{id}:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.