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