Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/controlplane/extensions/core/template/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ These are the required steps

### Enable extension for

- Add it to the list of available extensions [here](`../integrations.go`). This will make this extension available the next time the control plane starts.
- Add it to the list of available extensions [here](`../../../../../extensions.go`). This will make this extension available the next time the control plane starts.
2 changes: 1 addition & 1 deletion app/controlplane/extensions/core/template/v1/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Integration struct {
// see https://github.com/invopop/jsonschema#example for more information
type registrationRequest struct {
// TestURL is a required, valid URL
TestURL string `json:"testInput" jsonschema:"format=uri"`
TestURL string `json:"testURL" jsonschema:"format=uri"`
}

type attachmentRequest struct{}
Expand Down