statisticssweden / PxWeb

Web application for disseminating statistical tables
https://www.scb.se/pxweb
Apache License 2.0
33 stars 23 forks source link

Documentation for Administration API is outdated for DCAT generation #630

Open mariusfranzen opened 5 months ago

mariusfranzen commented 5 months ago

In the document "2023_PxWeb Configuration.pdf" on page 111 and 112 is says that the body of the post should have an object called "LanguageSpecificSettings" that contains "Language", "CatalogTitle" and "CatalogDescription". But if you do a post with those parameters (and all other required params of course) you will get a 500 error with no describing error message.

This is because the documentation forgets to mention that LanguageSpecificSettings also required a property called "PublisherName".