Baseline 2.5 SetMetadata
This method updates the metadata of the baseline card.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant. |
| psBaselineId | String | In | The element name of the baseline. |
| psXMLMetadata | String | In | Metadata XML structure with the metadata that will be set on the baseline. For example, the metadata field to deactivate or activate a baseline can be set during update. |
Requirements are:
- The user must have write access to the baseline which is going to be updated.
Note that:
- The
levelattribute on theishfieldelement must benone. - The metadata can be updated after the baseline is frozen!
- In order to rename the baseline add the field
FISHDOCUMENTRELEASEwith the new baseline name topsXMLMetaData.