File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -591,6 +591,13 @@ paths:
591591 schema :
592592 type : string
593593 description : Filter snapshots by source sandbox ID
594+ - name : name
595+ in : query
596+ description : Filter snapshots by name or ID, optionally tag-qualified (e.g.
597+ " my-snapshot" , "my-team/my-snapshot" or "my-snapshot:v1").
598+ required : false
599+ schema :
600+ type : string
594601 - $ref : ' #/components/parameters/paginationLimit'
595602 - $ref : ' #/components/parameters/paginationNextToken'
596603 responses :
@@ -2767,6 +2774,12 @@ components:
27672774 application/json :
27682775 schema :
27692776 $ref : ' #/components/schemas/Error'
2777+ ' 410 ' :
2778+ description : Gone
2779+ content :
2780+ application/json :
2781+ schema :
2782+ $ref : ' #/components/schemas/Error'
27702783 ' 500 ' :
27712784 description : Server error
27722785 content :
@@ -4626,6 +4639,7 @@ components:
46264639 (e.g. "my-template" or "my-template:v1"). If tag is included, it will
46274640 be treated as if the tag was provided in the tags array.
46284641 type : string
4642+ maxLength : 128
46294643 tags :
46304644 type : array
46314645 description : Tags to assign to the template build
@@ -4634,6 +4648,7 @@ components:
46344648 alias :
46354649 description : Alias of the template. Deprecated, use name instead.
46364650 type : string
4651+ maxLength : 128
46374652 deprecated : true
46384653 teamID :
46394654 deprecated : true
You can’t perform that action at this time.
0 commit comments