Application
Skitflow API reference for Application endpoints.
Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.create" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "projectId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Query Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/application.one?applicationId=string"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.reload" \ -H "Content-Type: application/json" \ -d '{ "appName": "string", "applicationId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.delete" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.stop" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.start" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.redeploy" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.saveEnvironment" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.saveBuildType" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string", "buildType": "dockerfile", "dockerContextPath": "string", "dockerBuildStage": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.saveGithubProvider" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string", "owner": "string", "githubId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.saveGitlabProvider" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string", "gitlabBranch": "string", "gitlabBuildPath": "string", "gitlabOwner": "string", "gitlabRepository": "string", "gitlabId": "string", "gitlabProjectId": 0, "gitlabPathNamespace": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.saveBitbucketProvider" \ -H "Content-Type: application/json" \ -d '{ "bitbucketBranch": "string", "bitbucketBuildPath": "string", "bitbucketOwner": "string", "bitbucketRepository": "string", "bitbucketId": "string", "applicationId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.saveDockerProvider" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.saveGitProdiver" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.markRunning" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.update" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.refreshToken" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.deploy" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.cleanQueues" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Query Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/application.readTraefikConfig?applicationId=string"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/application.updateTraefikConfig" \ -H "Content-Type: application/json" \ -d '{ "applicationId": "string", "traefikConfig": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Query Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/application.readAppMonitoring?appName=string"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}