Footer URL
Add the specified footer URL to the Theme.
Path parameters
idinteger · int32Required
Theme ID
Body
Add a footer URL in the RAS Theme
urlstring | nullableRequired
The URL
textstring | nullableRequired
The text
tooltipstring | nullableOptional
The tooltip
Responses
204
No Content
No content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
post
/api/Theme/{id}/FooterURLNo content
Remove the specified footer URL from the Theme.
Path parameters
idinteger · int32Required
Theme ID
Body
Remove a footer URL from the RAS Theme
urlstring | nullableRequired
The URL
textstring | nullableRequired
The text
tooltipstring | nullableOptional
The tooltip
Responses
204
No Content
No content
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
delete
/api/Theme/{id}/FooterURLNo content
Last updated
Was this helpful?