Skip to content

Commit

Permalink
docs(openapi): Add example for pnc-analysis manifest generation
Browse files Browse the repository at this point in the history
  • Loading branch information
janinko committed Jan 13, 2025
1 parent 3103d43 commit c881a52
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ public class GenerationsV1Beta1 {
name = "PNC operation",
description = "Requests manifest generation for a PNC operation with identifier: A5WL3DFZ3AIAA",
value = "{\"type\": \"pnc-operation\", \"operationId\": \"A5WL3DFZ3AIAA\"}"),
@ExampleObject(
name = "PNC analysis",
description = "Request manifest generation for following zips, storing the results under PNC milestone ID 1234",
value = "{\"type\": \"pnc-analysis\", \"milestoneId\": \"1234\", \"urls\": [\"https://download.host.com/staging/product-a/release-b/first.zip\", \"https://download.host.com/staging/product-a/release-b/second.zip\"]}"),
@ExampleObject(
name = "Errata Tool advisory",
description = "Requests manifest generation for the 12345 advisory",
Expand Down

0 comments on commit c881a52

Please sign in to comment.