mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[GH-ISSUE #46] Posting a magent link using curl #252
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kallaballa on GitHub (Jun 25, 2015).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/46
i'm trying to post a magent link via the rest api but all i get is this message:
I tried it like this:
any idea what i'm doing wrong?
@asapach commented on GitHub (Jun 25, 2015):
Maybe try setting the correct content type? http://stackoverflow.com/a/7173011/6531
@kallaballa commented on GitHub (Jun 25, 2015):
Ah! thanks for the swift help. that did the trick.