Uses of Class
com.atlassian.confluence.api.service.exceptions.ContentTooLongException
-
Packages that use ContentTooLongException Package Description com.atlassian.confluence.plugins.restapi.resources -
-
Uses of ContentTooLongException in com.atlassian.confluence.plugins.restapi.resources
Methods in com.atlassian.confluence.plugins.restapi.resources that throw ContentTooLongException Modifier and Type Method Description javax.ws.rs.core.Response
GlobalWebhooksResource. createWebhook(javax.ws.rs.core.UriInfo uriInfo, com.atlassian.webhooks.internal.rest.RestWebhook webhook)
Create a webhook via the URL.javax.ws.rs.core.Response
GlobalWebhooksResource. testWebhook(String url)
Test connectivity to a specific endpoint.javax.ws.rs.core.Response
GlobalWebhooksResource. updateWebhook(int webhookId, com.atlassian.webhooks.internal.rest.RestWebhook webhook)
Update an existing webhook.
-