action visualstudio_put_api_v1_secrets_secret_id { label: "put_api_v1_Secrets_secretId" provider: visualstudio method: PUT path: "/api/v1/Secrets/{secretId}" 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)"] } secretId: { type: "string" format: "uuid" } secretName: { type: "string" } value: { type: "string" } } required: ["secretId"] 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 } }