POST https://api.getpostman.com/network/private
Publishes a element or creates a folder in your [Private API Network] An element is a Qodex API, collection, or workspace. Include the following in the request body object: In the For APIs and Workspaces: For Collections: For Private API Network Folders:
elementType
— The Private API Network element type. Must be one of the following values:
api
folder
collection
workspace
elementType
object, include the following values:
id
— A string value that contains the element's ID.parentFolderId
— An integer value that contains the element's parent folder ID.
id
— A string value that contains the collection's UID (userId
-collectionId
).summary
— A string value that contains the collection's summary.parentFolderId
— An integer value that contains the collection's parent folder ID.
name
— A string value that contains the folder's name.description
— A string value that contains the folder's description.parentFolderId
— An integer value that contains the folder's parent folder ID.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"id": 1,
"parentFolderId": 0,
"updatedAt": "2022-12-07T18:00:39.000Z",
"updatedBy": 12345678,
"createdBy": 12345678,
"createdAt": "2022-12-07T18:00:39.000Z",
"name": "Billing",
"description": "The Billing API.",
"type": "folder"
} |
ENDPOINTS