Create an API Version from a Project
This page is no longer maintained (Mar 29, 2023). For the most current information, go to https://docs.snaplogic.com/public-apis/post-apim-create-from-project.html.
Â
POST /apim/create_from_project
Overview
This API creates an API version using the assets of an existing project.
The destination version can be in the same or another API, Project, Org, or Snaplex.
Prerequisites
Read access to the source project
Write access to the target Org
Request
Path Parameters
Key | Description |
---|---|
| Required. The path to your SnapLogic pod. Example: |
Query Parameters
None.
Request Header
Specify Basic
for authorization and application/json
for content type.
Request Body
{
"project_path" : ...,
"plex_path" : ...,
"api" : ...,
"version" : ...,
"tags" : [...],
"description" : ...,
"asset_types" : [...]
}
Key | Type | Description |
---|---|---|
| string | Required. The path to the SnapLogic project. Format: Important: The path comparison is case-sensitive. |
| string | The path to the Snaplex.
Format: |
| string | The name of the API for which to create a new version. |
| string | The new version. If not provided, the highest version number incremented by one is used. |
| array | Tags to associate with the new version. Default: An empty array |
| string | Additional information to associate with the new version. Default: An empty string |
| array | The list of asset types to export. Valid values:
Default: All valid asset types. |
Have feedback? Email documentation@snaplogic.com | Ask a question in the SnapLogic Community
© 2017-2024 SnapLogic, Inc.