Feed Management - Set Feed Permissions

Update the permissions on a feed.

PATCH https://feeds.dev.azure.com/{organization}/_apis/packaging/Feeds/{feedId}/permissions?api-version=5.0-preview.1

URI Parameters

Name In Required Type Description
feedId
path True

string

Name or Id of the feed.

organization
path True

string

The name of the Azure DevOps organization.

api-version
query True

string

Version of the API to use. This should be set to '5.0-preview.1' to use this version of the api.

Request Body

Name Type Description
body

FeedPermission[]

Permissions to set.

Responses

Name Type Description
200 OK

FeedPermission[]

successful operation

Security

oauth2

Type: oauth2
Flow: accessCode
Authorization URL: https://app.vssps.visualstudio.com/oauth2/authorize&response_type=Assertion
Token URL: https://app.vssps.visualstudio.com/oauth2/token?client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer

Scopes

Name Description
vso.packaging_manage Grants the ability to create, read, update, and delete feeds and packages.

Definitions

Name Description
FeedPermission

Permissions for a feed.

FeedRole

The role for this identity on a feed.

IdentityDescriptor

An Identity descriptor is a wrapper for the identity type (Windows SID, Passport) along with a unique identifier such as the SID or PUID.

FeedPermission

Permissions for a feed.

Name Type Description
displayName

string

Display name for the identity.

identityDescriptor

IdentityDescriptor

Identity associated with this role.

identityId

string

Id of the identity associated with this role.

role

FeedRole

The role for this identity on a feed.

FeedRole

The role for this identity on a feed.

Name Type Description
administrator

string

Administrators have total control over the feed.

collaborator

string

Collaborators have the same permissions as readers, but can also ingest packages from configured upstream sources.

contributor

string

Contributors can do anything to packages in the feed including adding new packages, but they may not modify feed settings.

custom

string

Unsupported.

none

string

Unsupported.

reader

string

Readers can only read packages and view settings.

IdentityDescriptor

An Identity descriptor is a wrapper for the identity type (Windows SID, Passport) along with a unique identifier such as the SID or PUID.

Name Type Description
identifier

string

The unique identifier for this identity, not exceeding 256 chars, which will be persisted.

identityType

string

Type of descriptor (for example, Windows, Passport, etc.).