Ticket #513 (closed task: wontfix)

Opened 4 years ago

Last modified 3 years ago

Creating a package with API should warn if there are incorrect fields

Reported by: dread Owned by:
Priority: awaiting triage Milestone:
Component: ckan Keywords:
Cc: Repository: ckan
Theme: none

Description

When you create a package using the API, you might get a core field name wrong e.g. 'title' mispelt as 'titel' or 'groups' (which can't be specified in package creation). Currently that field will be ignored by the API. It should warn or give an error, rather than give 200 OK.

Change History

comment:1 Changed 3 years ago by dread

  • Priority set to awaiting triage
  • Component set to ckan

comment:2 Changed 3 years ago by dread

  • Repository set to ckan
  • Status changed from new to closed
  • Theme set to none
  • Resolution set to wontfix

In enh-1046-dictize-the-api we remove the distinction of extras, so we can't do this.

Note: See TracTickets for help on using tickets.