Add the specified footer URL to the Theme.
Theme ID
Add a footer URL in the RAS Theme
The URL
The text
The tooltip
No Content
Unauthorized
Not Found
No content
Remove the specified footer URL from the Theme.
Theme ID
Remove a footer URL from the RAS Theme
The URL
The text
The tooltip
No Content
Unauthorized
Not Found
No content
GET /api/Theme/{id}/FooterURL HTTP/1.1
Host:
Accept: */*
[
{
"url": "text",
"text": "text",
"tooltip": "text"
}
]POST /api/Theme/{id}/FooterURL HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 45
{
"url": "text",
"text": "text",
"tooltip": "text"
}DELETE /api/Theme/{id}/FooterURL HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 45
{
"url": "text",
"text": "text",
"tooltip": "text"
}