File Extensions

Create

post

Add a file extension for the specified published RD Session Host application.

Path parameters
idinteger · int32Required

ID of the published RD Session Host application to be updated

Body

Update a file extension of the published resource

extensionstring | nullableRequired

The file extension that will be added/modified.

Responses
post
/api/PubItems/{id}/Apps/FileExtensions

No content

Update

put

Modify properties of a file extension for the specified published RD Session Host application.

Path parameters
idinteger · int32Required

ID of the published RD Session Host application to be updated

extensionstringRequired

Name of the file extension that will be updated

Body

Update a file extension of the published application

extensionstring | nullableRequired

The file extension that will be added/modified.

enabledboolean | nullableOptional

Whether the file extension should be enabled or disabled for the specified published app.

parametersstring | nullableOptional

File extension parameters for the specified published app.

Responses
put
/api/PubItems/{id}/Apps/FileExtensions/{extension}

No content

Delete

delete

Remove a file extension from the specified published RD Session Host application.

Path parameters
idinteger · int32Required

ID of the published RD Session Host application to be updated

extensionstringRequired

The file extension that will be deleted

Responses
delete
/api/PubItems/{id}/Apps/FileExtensions/{extension}

No content

Last updated