v1
latestOpenAPI 3.0.22026-07-174950145.6 KBCreate a space
Creates a new space.
Request body
The unique identifier of the space which consists of an (optional) prefix and a base part (prefix-base).
The space title.
The space description in markdown format.
The identifier of the owner of this space, most likely the HERE account ID.
If set to true, every authenticated user can read the features in the space. When publishing a space it's also recommended to set the fields copyright & license.
A flag indicating whether the space allows write operations (false) or not (true).
Information about the license bound to the data within the space.
An arbitrary object holding some hints or settings for the client, for example rendering instructions.
List of packages that this space belongs to.
An additional identifier specifying a context of the owner.
The UNIX Epoch time of when this space has been created (in milliseconds since 01.01.1970). Defaults to October 1st, 2018.
The UNIX Epoch time of when this space has been last updated (in milliseconds since 01.01.1970). Defaults to October 1st, 2018.
The maximum amount of seconds of how long to hold objects of this Space in a cache.
The UNIX Epoch time of when the content of this space has been last updated (in milliseconds since 01.01.1970). Defaults to October 1st, 2018.
A map defined by the user that indicates, which of the feature's properties to be searchable. The key is the name of the property (nested properties can be specified using the dot-notation e.g.: some.nested.property) and the value is a boolean telling whether the property should be searchable or not. Setting the value to false the property won't be searchable at all. (Even if the property was chosen to be searchable by the automated property-search algorithm before). Optional it is possible to define the datatype (object,array,string,number,boolean) of the property eg.: some.nested.property::array. If the datatype is not given, an attempt is made to determine it automatically.
The calculated volatility at the last content update time.
An indicator, if the data in the space is edited often ( value tends to 1 ) or static ( value tends to 0 ).
The list of rights the current user has when accessing the space. This property is only shown when listing spaces with the option includeRights=true
Defines how many versions will be kept, while older versions may be purged. By default this value will be set to 1. That means there will be only one (HEAD) state of the space and no further versions will be kept. If the value is bigger than 1, then older versions, up to the "versionsToKeep" version, can be retrieved by e.g. ?version=<version_number>
A map containing the tag ids and the respective referenced versions.
Example request
{
"title": "My Demo Space",
"description": "Description as markdown"
}Response
The space.
The unique identifier of the space which consists of an (optional) prefix and a base part (prefix-base).
The space title.
The space description in markdown format.
The identifier of the owner of this space, most likely the HERE account ID.
If set to true, every authenticated user can read the features in the space. When publishing a space it's also recommended to set the fields copyright & license.
A flag indicating whether the space allows write operations (false) or not (true).
Information about the license bound to the data within the space.
An arbitrary object holding some hints or settings for the client, for example rendering instructions.
List of packages that this space belongs to.
An additional identifier specifying a context of the owner.
The UNIX Epoch time of when this space has been created (in milliseconds since 01.01.1970). Defaults to October 1st, 2018.
The UNIX Epoch time of when this space has been last updated (in milliseconds since 01.01.1970). Defaults to October 1st, 2018.
The maximum amount of seconds of how long to hold objects of this Space in a cache.
The UNIX Epoch time of when the content of this space has been last updated (in milliseconds since 01.01.1970). Defaults to October 1st, 2018.
A map defined by the user that indicates, which of the feature's properties to be searchable. The key is the name of the property (nested properties can be specified using the dot-notation e.g.: some.nested.property) and the value is a boolean telling whether the property should be searchable or not. Setting the value to false the property won't be searchable at all. (Even if the property was chosen to be searchable by the automated property-search algorithm before). Optional it is possible to define the datatype (object,array,string,number,boolean) of the property eg.: some.nested.property::array. If the datatype is not given, an attempt is made to determine it automatically.
The calculated volatility at the last content update time.
An indicator, if the data in the space is edited often ( value tends to 1 ) or static ( value tends to 0 ).
The list of rights the current user has when accessing the space. This property is only shown when listing spaces with the option includeRights=true
Defines how many versions will be kept, while older versions may be purged. By default this value will be set to 1. That means there will be only one (HEAD) state of the space and no further versions will be kept. If the value is bigger than 1, then older versions, up to the "versionsToKeep" version, can be retrieved by e.g. ?version=<version_number>
A map containing the tag ids and the respective referenced versions.
Example response
{
"title": "My Demo Space",
"description": "Description as markdown"
}