Description
Creates an external package feed. Creating the built-in Jaws feed type is not allowed.
Parameters
| Name | In | Type | Required | Description |
workspaceId |
body |
string |
yes |
ID of the workspace. |
name |
body |
string |
yes |
Display name. |
type |
body |
string |
yes |
Feed type, e.g. NuGet. |
location |
body |
string |
yes |
Feed URL. |
username |
body |
string |
no |
Optional username. |
password |
body |
string |
no |
Optional password / API key. |
Errors
| Status | Meaning |
400 |
Invalid workspaceId, invalid type, or trying to create the built-in Jaws feed. |
401 |
Missing or invalid Basic auth credentials, or the service account lacks the required role. |