Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 814 Bytes

File metadata and controls

34 lines (18 loc) · 814 Bytes

ImplementationRequest

Properties

Name Type Description Notes
suggestionIds List<String> Array of suggestion IDs to implement
platform PlatformEnum Platform type
credentials CustomCredentials
skipContentVerification Boolean Skip content change detection [optional]
implementationMethod ImplementationMethodEnum Implementation method [optional]

Enum: PlatformEnum

Name Value
CUSTOM "custom"

Enum: ImplementationMethodEnum

Name Value
API "api"
MANUAL "manual"