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: Tue Sep 17 2024 12:23:36 GMT+0300 (Eastern European Summer Time)