PublishMyPlaceLayer (INCOMPLETE)

Handles the publishing of a user created layer.

Parameters

Name Type Description Required?
id Integer Category id for the layer **true**
makePublic Boolean True to make the layer public **true**

Response

Success

{
  "response": "here",
  "and": "here"
}

Error

What's the HTTP status code and does it have an error message or does it return null?

{
  "error" : "here"
}

Examples

Example query for Paikkatietoikkuna

With (POST|GET) params:

Response:

Example curl request

Last modified: Fri Mar 15 2024 14:11:33 GMT+0200 (Eastern European Standard Time)