How to create high density robots by orchestrator web APIs?

I’m trying create high density robots using orchestrator web api, but couldn’t.
Could you tell me solusions If you know ?

- Creating robots by orchestrator web api. - If say with a orchestrator window feature's name, I want to set "Create another" option.

<I tried & understood these>

  • I can create standard robot using http request activity.
  • I read reference(UiPath) and looked for “create another” from robot dto, but it was not.
  • I think that high density mode will active when set “create another” options. is it correct?

Please tell me how to set “create another” options by API?

Regard.

===
Orchestrator APIを用いて、高密度モードが適用された状態のロボットを作ることは可能でしょうか?

<やりたいこと>
・ Orchestrator APIを使って、高密度モードが適用された状態のロボットを作成する。
・ 具体的には、画面でロボットを作成する際に表示される、"Create Another"のオプションを有効にした状態のロボットを作成する。

<試したこと/分かっていること>
・ Orchestrator API(Http Request Activity)を使って高密度モードが有効でないStandard Robotを作成する。
・ 公式リファレンス(swagger ui)を読みましたが、該当のAPIが使うRobot DTOにはcreate another に相当しそうなオプションが見つかりませんでした。
・ Orchestrator上に高密度モードが有効のロボットを作成するためには、Create Anotherのオプションを適用すればよいと想定していますが、認識あっていますでしょうか。

ご教唆いただければ幸いです。よろしくお願い致します。