diff --git a/doc/use/postresolvetask.html b/doc/use/postresolvetask.html
index 3707dfe7..9ca7dd1a 100644
--- a/doc/use/postresolvetask.html
+++ b/doc/use/postresolvetask.html
@@ -63,6 +63,7 @@ The attributes listed are then mostly used only if a resolve is triggered automa
| organisation | the organisation of the module to retrieve. This usually doesn't need to be set since it defaults to the last resolved one, except for inline mode where it is required. | Yes in inline mode, otherwise no, it then defaults to last resolved module name |
| module | the name of the module to retrieve. This usually doesn't need to be set since it defaults to the last resolved one, except for inline mode where it is required. | Yes in inline mode, otherwise no, it then defaults to last resolved module name |
| revision | the revision constraint of the module to retrieve. Used only in inline mode. since 1.4 | No. Defaults to latest.integration |
+ | branch | the name of the branch to resolve in inline mode (since 2.0.1) | Defaults to no branch in inline mode, nothing in standard mode. |
| transitive | true to resolve dependencies transitively, false otherwise since 1.4 | No. Defaults to true |
| haltonfailure | true to halt the build on ivy failure, false to continue | No. Defaults to true |
| validate | true to force ivy files validation against ivy.xsd, false to force no validation | No. Defaults to default ivy value (as configured in configuration file) |
diff --git a/doc/use/resolve.html b/doc/use/resolve.html
index 23db57b1..7ceec75a 100644
--- a/doc/use/resolve.html
+++ b/doc/use/resolve.html
@@ -127,6 +127,8 @@ After the call to this task, a reference to the module descriptor resolved is pu
| revision | the revision constraint to apply to the module to resolve in inline mode since 1.4 | No. Defaults to "latest.integration" in inline mode, nothing in standard mode. |
+ | branch | the name of the branch to resolve in inline mode (since 2.0.1) | Defaults to no branch in inline mode, nothing in standard mode. |
+
| type | comma separated list of accepted artifact types (since 1.2) | No. defaults to ${ivy.resolve.default.type.filter} |
| haltonfailure | true to halt the build on ivy failure, false to continue | No. Defaults to true |