Skip to content

Commit

Permalink
Add uuid in access credentials definition (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
alekshs authored Sep 16, 2024
1 parent 9c2e4c4 commit 0be2b1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openapi-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1532,6 +1532,9 @@ definitions:
description: "A union type which may contain a credential to access any one cloud provider."
type: "object"
properties:
uuid:
description: The UUID of the credential
type: string
name:
description: "A user-specified name for the key"
type: string
Expand Down

0 comments on commit 0be2b1c

Please sign in to comment.