Interface IOrganizationWebhooksApiExecutor
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public interface IOrganizationWebhooksApiExecutor
Methods
|
Edit this page
View Source
AddWebhook(AddWebhookRequestBase)
Declaration
Task<OrganizationWebhookResource> AddWebhook(AddWebhookRequestBase request)
Parameters
Returns
|
Edit this page
View Source
DeleteWebhook(long)
Declaration
Task DeleteWebhook(long organizationWebhookId)
Parameters
Type |
Name |
Description |
long |
organizationWebhookId |
|
Returns
|
Edit this page
View Source
EditWebhook(long, IEnumerable<OrganizationWebhookPatch>)
Declaration
Task<OrganizationWebhookResource> EditWebhook(long organizationWebhookId, IEnumerable<OrganizationWebhookPatch> patches)
Parameters
Returns
|
Edit this page
View Source
GetWebhook(long)
Declaration
Task<OrganizationWebhookResource> GetWebhook(long organizationWebhookId)
Parameters
Type |
Name |
Description |
long |
organizationWebhookId |
|
Returns
|
Edit this page
View Source
ListWebhooks(int, int)
Declaration
Task<ResponseList<OrganizationWebhookResource>> ListWebhooks(int limit = 25, int offset = 0)
Parameters
Type |
Name |
Description |
int |
limit |
|
int |
offset |
|
Returns