Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 

32 řádky
571 B

  1. {
  2. "meta": {
  3. "$_GET": [
  4. {
  5. "type": "text",
  6. "name": "olddspecid"
  7. },
  8. {
  9. "type": "text",
  10. "name": "newdspecid"
  11. }
  12. ]
  13. },
  14. "exec": {
  15. "steps": {
  16. "name": "copyitems",
  17. "module": "api",
  18. "action": "send",
  19. "options": {
  20. "url": "{{$_ENV.API_BASEURL+'boms/copy/'+$_GET.newdspecid+'/'+$_GET.olddspecid}}",
  21. "method": "PUT"
  22. },
  23. "output": true,
  24. "metaData": {
  25. "apiUrl": {
  26. "name": "olddspecid",
  27. "type": "text"
  28. }
  29. }
  30. }
  31. }
  32. }