Skip to content

Commit

Permalink
Merge pull request #830 from i-doit/829-add-cmdbobjectcreate-paramete…
Browse files Browse the repository at this point in the history
…r-for-default-template

829 add cmdbobjectcreate parameter for default template
  • Loading branch information
MichaelOv authored Jan 17, 2025
2 parents 030f37a + 18b4f0f commit 220de7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/de/i-doit-add-ons/api/methoden/v1/cmdb.object.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ Create new [object](../../../../grundlagen/struktur-it-dokumentation.md) with so
| **purpose** | String | No | Attribute **Purpose** in category Global, for example: **"In production"** |
| **cmdb_status** | String\|Integer | No | Attribute **CMDB status** in category **Global** by its constant (string), for example: **"C__CMDB_STATUS__IN_OPERATION"**<br><br>Alternatively, by its identifier (integer), for example: **6** |
| **description** | String | No | Attribute **Description** in category **Global** |
| **defaultTemplate** | Integer | No | Should the default Template should be used when creating a object? Default template has to be set in the object type configuration. |

### Response parameter

Expand Down
1 change: 1 addition & 0 deletions docs/en/i-doit-add-ons/api/methods/cmdb.object.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ Create new [object](../../../basics/structure-of-the-it-documentation.md) with s
| **purpose** | String | No | Attribute **Purpose** in category Global, for example: **"In production"** |
| **cmdb_status** | String\|Integer | No | Attribute **CMDB status** in category **Global** by its constant (string), for example: **"C__CMDB_STATUS__IN_OPERATION"**<br><br>Alternatively, by its identifier (integer), for example: **6** |
| **description** | String | No | Attribute **Description** in category **Global** |
| **defaultTemplate** | Integer | No | Should the default Template should be used when creating a object? Default template has to be set in the object type configuration. |

### Response paramters

Expand Down

0 comments on commit 220de7f

Please sign in to comment.