Interface WebhookApi
public interface WebhookApi
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<V1ApplicationDeployResponse>
-
Method Details
-
handleApplicationWebhook
@PostMapping("/api/v1/webhook/{token}") org.springframework.http.ResponseEntity<V1ApplicationDeployResponse> handleApplicationWebhook(@PathVariable("token") String token, @RequestBody V1HandleApplicationTriggerWebhookRequest body)
-