Footer URL

Get

get

Retrieve the footer URLs from the Theme.

Path parameters
idinteger · int32Required

Theme ID.

Responses
get
/api/Theme/{id}/FooterURL

Add

post

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 · min: 1 · max: 255 · nullableRequired

The text

tooltipstring · max: 255 · nullableOptional

The tooltip

Responses
chevron-right
204

No Content

No content

post
/api/Theme/{id}/FooterURL

No content

Delete

delete

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 · min: 1 · max: 255 · nullableRequired

The text

tooltipstring · max: 255 · nullableOptional

The tooltip

Responses
chevron-right
204

No Content

No content

delete
/api/Theme/{id}/FooterURL

No content

Last updated

Was this helpful?