action visualstudio_post_api_v1_secrets { label: "post_api_v1_Secrets" provider: visualstudio method: POST path: "/api/v1/Secrets" encoding: json input: { type: "object" properties: { filters: { type: "array" items: { type: "object" properties: { type: { type: "integer" format: "int32" enum: ["1 (GitRepo)", "2 (CodespaceName)"] } value: { type: "string" } } additionalProperties: false } } notes: { type: "string" } planId: { type: "string" } scope: { type: "integer" format: "int32" enum: ["1 (Plan)", "2 (User)"] } secretName: { type: "string" } type: { type: "integer" format: "int32" enum: ["1 (EnvironmentVariable)", "2 (ContainerRegistry)"] } value: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { filters: { type: "array" items: { type: "object" properties: { type: { type: "integer" format: "int32" enum: ["1 (GitRepo)", "2 (CodespaceName)"] } value: { type: "string" } } additionalProperties: false } } id: { type: "string" format: "uuid" } lastModified: { type: "string" format: "date-time" } notes: { type: "string" } scope: { type: "integer" format: "int32" enum: ["1 (Plan)", "2 (User)"] } secretName: { type: "string" } type: { type: "integer" format: "int32" enum: ["1 (EnvironmentVariable)", "2 (ContainerRegistry)"] } } additionalProperties: false } }