mirror of
https://github.com/portainer/portainer.git
synced 2025-08-09 07:45:22 +02:00
fix(container): Unable to create container with webhook EE-6313 (#10619)
This commit is contained in:
parent
0b5b8971b1
commit
fffc7b364e
2 changed files with 8 additions and 8 deletions
|
@ -7,10 +7,10 @@ import { buildUrl } from './build-url';
|
|||
import { Webhook, WebhookType } from './types';
|
||||
|
||||
interface CreateWebhookPayload {
|
||||
resourceId: string;
|
||||
environmentId: EnvironmentId;
|
||||
registryId?: RegistryId;
|
||||
webhookType: WebhookType;
|
||||
ResourceId: string;
|
||||
EndpointID: EnvironmentId;
|
||||
RegistryId?: RegistryId;
|
||||
WebhookType: WebhookType;
|
||||
}
|
||||
|
||||
export async function createWebhook(payload: CreateWebhookPayload) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue