Skip to content

Commit 1664abc

Browse files
committed
docs(bulk-model-sync-gradle): add docs for metaProperties configuration option
1 parent 8553fd0 commit 1664abc

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/global/modules/core/pages/reference/component-bulk-model-sync-gradle.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,19 @@ If the target branch does not exist on the model-server, it will be created.
137137

138138
|`revision`
139139
|String
140-
|Source model-server revision. Can be used instead of `repositoryId` and `branchName`. Only available in ServerSource.
140+
|Source model-server revision. Can be used instead of `repositoryId` and `branchName`.
141+
Only available in ServerSource.
141142

142143
|`requestTimeoutSeconds`
143144
|Integer
144-
|The request timeout measured in seconds to apply when performing HTTP requests towards the model-server. Default: 5 minutes
145+
|The request timeout measured in seconds to apply when performing HTTP requests towards the model-server.
146+
Default: 5 minutes
147+
148+
|`metaProperties`
149+
|MutableMap<String, String>
150+
|Custom properties that will be attached to the root node.
151+
The mapping is `propertyName -> propertyValue`.
152+
Only available in ServerTarget.
145153

146154
|===
147155

0 commit comments

Comments
 (0)