File Extensions
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
201
Created
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
post
/api/PubItems/{id}/Apps/FileExtensionsNo content
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
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
put
/api/PubItems/{id}/Apps/FileExtensions/{extension}No content
Path parameters
idinteger · int32Required
ID of the published RD Session Host application to be updated
extensionstringRequired
The file extension that will be deleted
Responses
204
No Content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
delete
/api/PubItems/{id}/Apps/FileExtensions/{extension}No content
Last updated