Skip to content

Commit

Permalink
add cloud service only flag to environment variables endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
justinedelson committed Jun 16, 2020
1 parent 7fd6933 commit 6f70892
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swagger-specs/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ paths:
tags:
- Variables
summary: List User Environment Variables
description: List the user defined variables for an environment
description: List the user defined variables for an environment (Cloud Service only).
operationId: getEnvironmentVariables
parameters:
- name: programId
Expand Down Expand Up @@ -1183,7 +1183,7 @@ paths:
tags:
- Variables
summary: Patch User Environment Variables
description: 'Modify multiple environment variables. To delete a variable, include it with an empty value.'
description: 'Modify multiple environment variables (Cloud Service only). To delete a variable, include it with an empty value.'
operationId: patchEnvironmentVariables
parameters:
- name: programId
Expand Down

0 comments on commit 6f70892

Please sign in to comment.