v1

latestOpenAPI 3.1.02026-07-263971,2281.1 MB
AppService

Duplicates an app the caller can view into a new draft app they own, named "Copy of <name>". Copies code/files/data sources/compute functions/ schedule; never carries over the source's published state or data snapshot.

Duplicates an app the caller can view into a new draft app they own, named "Copy of <name>". Copies code/files/data sources/compute functions/ schedule; never carries over the source's published state or data snapshot.

post/textql.rpc.public.app.AppService/DuplicateApp

Headers

Connect-Protocol-Version1 required

Define the version of the Connect protocol

Connect-Timeout-Msnumber

Define the timeout, in ms

Request body

appIdstring

Response

Success

Example response

{
  "app": {
    "createdAt": "2023-01-15T01:30:15.01Z",
    "updatedAt": "2023-01-15T01:30:15.01Z",
    "refreshedAt": "2023-01-15T01:30:15.01Z",
    "publishedAt": "2023-01-15T01:30:15.01Z"
  }
}