Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Entity API / updateBoard

Operation Information

  • Application Reference: com.hornbill.boardmanager
  • Scope: Entity - Board
  • Class: Entity
  • Required Privilege Level: none
  • Required Rights: Group A - canView

Description

Update the Board

Request Parameters

The updateBoard API takes the following input parameters. It is important to note that the parameters must satisfy the requirement of the input validation checks.

Name Type Required Description
boardId xs:string Yes Id of board
name xs:string No Board name
description xs:string No Description of board
allowedTypes xs:string No Allowed Types on board
application xs:string No Designate this is an application board for the specified
urn xs:string No Designate that this board is for the object with this URN
archived xs:integer No Set the archive flag
config xs:string No JSON containing extra config for the board

Response Parameters

Name Type Description
data xs:string data

Code Examples

In This Document