Warning: API Version 1 is deprecated. Please use API Version 2.
Api Documentation

Bulletinboard categories

Retrieves a collection of bulletinboard categories and rudimentary information about them.
Retrieves a single bulletinboard category and rudimentary information about it.
Creates a new bulletinboard category. Only available to API keys without user authentication.
Updates an existing bulletinboard category. Only available to API keys without user authentication.
Deletes a single bulletinboard category. Only available to API keys without user authentication.
Json
XML
PUT https://api.bundeling.com/V1/bulletinboard_categories

Parameters

Url

NameDescriptionType
idA unique integer used to identify a categoryint

Body

NameDescriptionTypeNillable
bulletinboard_idA unique identifier used to identify a bulletinboardstringfalse
nameThe name for the categorystringfalse
iconWhich icon to display with the categorystringfalse
positionThe position to show this category in listsintfalse
labelsLabels to add to this category. Replaces current labelsarray(int)false

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Body

{
    "bulletinboard_id": "SEFryszojAGSadgOrdghIJij2dfg",
    "name": "Supply and Demand",
    "icon": "tag",
    "position": 1,
    "labels": [
        14
    ]
}