Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Reserves a new keyword on a given number. It is currently not possible to reserve subkeywords. 

Fields:

NameDescriptionRequired
numberWhich shortcode the keyword must be created on. The user must have access to this shortcode.Yes
keywordWhich keyword that should be reservedYes
mainkeywordIf the keyword is a subkeyword of another keyword, this should contain the id of the main keyword.No


Code Block
languagejs
titlePOST /keywords
{
	"number":"1272",
	"keyword":"papirhat"
}

...