Skip to content

Commit

Permalink
Create REC_body-argo.adoc
Browse files Browse the repository at this point in the history
added argo
  • Loading branch information
christophenoel authored Dec 20, 2023
1 parent c5ffa09 commit 52f05ef
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[[rec_deploy-replace-undeploy_deploy_body-argo]]
[recommendation]
====
[%metadata]
label:: /rec/deploy-replace-undeploy/deploy/body-argo
part:: If a process can be represented for the intended use as a <<rc_argo,Argo Application>>, implementations should consider supporting the <<rc_argo,Argo>> encoding for describing the process to be deployed to the API.
part:: The media type `application/argo` shall be used to indicate that request body contains a processes description encoded as a <<rc_argo,Argo Application>>.
part:: If the Argo contains more than one workflow, an additional `w` query parameter may be used to reference the workflow id to be deployed.
part:: The server should validate the Argo at the request time. In case, the server cannot find the `w` identifier within the workflow from the Argo provided, a 400 status code is expected with the type "worflow-not-found".
====

0 comments on commit 52f05ef

Please sign in to comment.