Base route: /api/feed
This API endpoint creates a new package feed in the workspace. Feeds are used to store and retrieve application artifacts and packages.
POST /api/feed
{
"workspaceId": "string",
"name": "string",
"type": "string",
"location": "string",
"username": "string",
"password": "string"
}
{
"feedId": "string"
}