<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 11-07-25 8:24 AM, Lukas Zapletal wrote:
    <blockquote cite="mid:4E2D528A.5040808@redhat.com" type="cite">
      <br>
      Good work, Tomas.
      <br>
      <br>
      <blockquote type="cite">- new async api route POST
        <br>
/api/organizations/:org_name/environments/:env_id/changesets/:id/promote
        <br>
      </blockquote>
      <br>
      Isn't this against the "two-levels-max" rule?
      <br>
      <br>
      I mean this URL could be effortlessly changed to:
      <br>
      <br>
      /environments/:env_id/changesets/:id/promote
      <br>
      <br>
      since the environment id is unique enough. I guess it could be
      even changed to:
      <br>
      <br>
      /changesets/:id/promote
      <br>
      <br>
      since id is unique too in this case.
      <br>
      <br>
      Objections?
      <br>
      <br>
    </blockquote>
    <font face="Arial">+1.  Was going to write the same, but you beat me
      to it.<br>
      -d<br>
    </font>
  </body>
</html>