Deck: Add description from curl POST request doesn't work

Created on 18 Jul 2019  路  8Comments  路  Source: nextcloud/deck

I tried to add a new card via API with curl POST request boards/9/stacks/27/cards/132?title=thisistitle&description=thisisthedescription&type=plain&order=999&duedate=null"> but the description remains empty even if I do add the description attribute.

bug api good first issue

Most helpful comment

Thanks @juliushaertl ! I will look into it.

All 8 comments

Does the new card get added, just no description?

Yes, even if i do add the description attribute.

@juliushaertl is anyone leading on API stuff at the moment?

Yes, the initial api implementation only allows to set the title, type and order (https://deck.readthedocs.io/en/latest/API/#cards) However it of course would make sense to also set the other details on creation. cc @desperateCoder since we discussed this as well for the android app.

@putt1ck I try to catch up on issues that come up, but my time for deck is unfortunately rather limited at the moment. Contributions are always very welcome.

@juliushaertl the hints should help @a11exandru fix his own bug report :)

Thanks @juliushaertl ! I will look into it.

@a11exandru @juliushaertl that'd be great, that's where i'm stuck right now. Thanks in advance!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

poVoq picture poVoq  路  4Comments

jbonlinea picture jbonlinea  路  4Comments

fkaup picture fkaup  路  4Comments

ampoz picture ampoz  路  4Comments

scoopex picture scoopex  路  4Comments