You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

create_notice.http 286B

123456789101112
  1. POST http://127.0.0.1:8000/polls/notices/ HTTP/1.1
  2. Content-Type: application/json
  3. {
  4. "notice_title": "Notice via API",
  5. "notice_text": "This is a notice created via the API",
  6. "pub_start": "2019-01-01T00:00:00Z",
  7. "pub_end": "2119-12-31T23:59:59Z",
  8. "user_id": 1
  9. }
  10. ###