ZdruzenieSTROM / webstrom-backend

8 stars 8 forks source link

Posts - PATCH - special handling for nested links #327

Closed rtrembecky closed 8 months ago

rtrembecky commented 8 months ago

v PATCHi posleme array links, ktory moze vyzerat:

[
  {
    "id": 0,
    "caption": "Prihlásenie",
    "url": "https://seminar.strom.sk/sk/prispevky/"
  },
  {
    "caption": "xxx",
    "url": "htttp://asdfsad"
  }
]

treba:

kovacspe commented 8 months ago

@rtrembecky vyzera ze to uz tak funguje

rtrembecky commented 8 months ago

yop. len trebalo odstranit id z request body. PR: https://github.com/ZdruzenieSTROM/webstrom-frontend/pull/314