Package | Description |
---|---|
com.atlassian.confluence.plugins.restapi.resources |
Modifier and Type | Method and 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.
|
Copyright © 2003–2021 Atlassian. All rights reserved.