We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4b302 commit 98cd174Copy full SHA for 98cd174
cmd/resources/BUILD.bazel
@@ -32,6 +32,10 @@ go_test(
32
"resource_cmds_test.go",
33
"resources_test.go",
34
],
35
+ data = [
36
+ "test_data/expected_template_data.json",
37
+ "test_data/test-openapi.json"
38
+ ],
39
deps = [
40
":resources",
41
"//cmd",
internal/dev_server/api/api.yaml
@@ -55,8 +55,6 @@ paths:
55
$ref: "#/components/responses/Project"
56
404:
57
description: No project found
58
- 405:
59
- description: No project found
60
patch:
61
summary: updates the project context or sourceEnvironmentKey then syncs. Input an empty body to only force a sync.
62
operationId: patchProject
0 commit comments