@@ -8814,3 +8814,190 @@ workflows:
88148814 type : simple
88158815 x-speakeasy-test-group : sandboxes
88168816 x-speakeasy-test-rebuild : true
8817+ - workflowId : getRoutes
8818+ steps :
8819+ - stepId : test
8820+ operationId : getRoutes
8821+ parameters :
8822+ - name : projectId
8823+ in : path
8824+ value : <id>
8825+ - name : teamId
8826+ in : query
8827+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
8828+ - name : slug
8829+ in : query
8830+ value : my-team-url-slug
8831+ successCriteria :
8832+ - condition : $statusCode == 200
8833+ - condition : $response.header.Content-Type == application/json
8834+ - context : $response.body
8835+ condition : |
8836+ {"routes":[{"id":"<id>","name":"<value>","route":{"src":"<value>"}}],"version":{"id":"<id>","s3Key":"<value>","lastModified":6994.88,"createdBy":"<value>"},"limit":{"maxRoutes":4766.62,"currentRoutes":5440.42}}
8837+ type : simple
8838+ x-speakeasy-test-group : project-routes
8839+ x-speakeasy-test-rebuild : true
8840+ - workflowId : stageRoutes
8841+ steps :
8842+ - stepId : test
8843+ operationId : stageRoutes
8844+ parameters :
8845+ - name : projectId
8846+ in : path
8847+ value : <id>
8848+ - name : teamId
8849+ in : query
8850+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
8851+ - name : slug
8852+ in : query
8853+ value : my-team-url-slug
8854+ successCriteria :
8855+ - condition : $statusCode == 200
8856+ - condition : $response.header.Content-Type == application/json
8857+ - context : $response.body
8858+ condition : |
8859+ {"version":{"id":"<id>","s3Key":"<value>","lastModified":1728.13,"createdBy":"<value>"}}
8860+ type : simple
8861+ x-speakeasy-test-group : project-routes
8862+ x-speakeasy-test-rebuild : true
8863+ - workflowId : addRoute
8864+ steps :
8865+ - stepId : test
8866+ operationId : addRoute
8867+ parameters :
8868+ - name : projectId
8869+ in : path
8870+ value : <id>
8871+ - name : teamId
8872+ in : query
8873+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
8874+ - name : slug
8875+ in : query
8876+ value : my-team-url-slug
8877+ successCriteria :
8878+ - condition : $statusCode == 200
8879+ - condition : $response.header.Content-Type == application/json
8880+ - context : $response.body
8881+ condition : |
8882+ {"route":{"id":"<id>","name":"<value>","route":{"src":"<value>"}},"version":{"id":"<id>","s3Key":"<value>","lastModified":121.25,"createdBy":"<value>"}}
8883+ type : simple
8884+ x-speakeasy-test-group : project-routes
8885+ x-speakeasy-test-rebuild : true
8886+ - workflowId : deleteRoutes
8887+ steps :
8888+ - stepId : test
8889+ operationId : deleteRoutes
8890+ parameters :
8891+ - name : projectId
8892+ in : path
8893+ value : <id>
8894+ - name : teamId
8895+ in : query
8896+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
8897+ - name : slug
8898+ in : query
8899+ value : my-team-url-slug
8900+ successCriteria :
8901+ - condition : $statusCode == 200
8902+ - condition : $response.header.Content-Type == application/json
8903+ - context : $response.body
8904+ condition : |
8905+ {"deletedCount":9584.63,"version":{"id":"<id>","s3Key":"<value>","lastModified":3781.77,"createdBy":"<value>"}}
8906+ type : simple
8907+ x-speakeasy-test-group : project-routes
8908+ x-speakeasy-test-rebuild : true
8909+ - workflowId : editRoute
8910+ steps :
8911+ - stepId : test
8912+ operationId : editRoute
8913+ parameters :
8914+ - name : projectId
8915+ in : path
8916+ value : <id>
8917+ - name : routeId
8918+ in : path
8919+ value : <id>
8920+ - name : teamId
8921+ in : query
8922+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
8923+ - name : slug
8924+ in : query
8925+ value : my-team-url-slug
8926+ successCriteria :
8927+ - condition : $statusCode == 200
8928+ - condition : $response.header.Content-Type == application/json
8929+ - context : $response.body
8930+ condition : |
8931+ {"version":{"id":"<id>","s3Key":"<value>","lastModified":9940.75,"createdBy":"<value>"}}
8932+ type : simple
8933+ x-speakeasy-test-group : project-routes
8934+ x-speakeasy-test-rebuild : true
8935+ - workflowId : generateRoute
8936+ steps :
8937+ - stepId : test
8938+ operationId : generateRoute
8939+ parameters :
8940+ - name : projectId
8941+ in : path
8942+ value : <id>
8943+ - name : teamId
8944+ in : query
8945+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
8946+ - name : slug
8947+ in : query
8948+ value : my-team-url-slug
8949+ successCriteria :
8950+ - condition : $statusCode == 200
8951+ - condition : $response.header.Content-Type == application/json
8952+ - context : $response.body
8953+ condition : |
8954+ {}
8955+ type : simple
8956+ x-speakeasy-test-group : project-routes
8957+ x-speakeasy-test-rebuild : true
8958+ - workflowId : getRouteVersions
8959+ steps :
8960+ - stepId : test
8961+ operationId : getRouteVersions
8962+ parameters :
8963+ - name : projectId
8964+ in : path
8965+ value : <id>
8966+ - name : teamId
8967+ in : query
8968+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
8969+ - name : slug
8970+ in : query
8971+ value : my-team-url-slug
8972+ successCriteria :
8973+ - condition : $statusCode == 200
8974+ - condition : $response.header.Content-Type == application/json
8975+ - context : $response.body
8976+ condition : |
8977+ {"versions":[{"id":"<id>","s3Key":"<value>","lastModified":4930.64,"createdBy":"<value>"}]}
8978+ type : simple
8979+ x-speakeasy-test-group : project-routes
8980+ x-speakeasy-test-rebuild : true
8981+ - workflowId : updateRouteVersions
8982+ steps :
8983+ - stepId : test
8984+ operationId : updateRouteVersions
8985+ parameters :
8986+ - name : projectId
8987+ in : path
8988+ value : <id>
8989+ - name : teamId
8990+ in : query
8991+ value : team_1a2b3c4d5e6f7g8h9i0j1k2l
8992+ - name : slug
8993+ in : query
8994+ value : my-team-url-slug
8995+ successCriteria :
8996+ - condition : $statusCode == 200
8997+ - condition : $response.header.Content-Type == application/json
8998+ - context : $response.body
8999+ condition : |
9000+ {"version":{"id":"<id>","s3Key":"<value>","lastModified":3896.09,"createdBy":"<value>"}}
9001+ type : simple
9002+ x-speakeasy-test-group : project-routes
9003+ x-speakeasy-test-rebuild : true
0 commit comments