1# MissionParameter (System API) 2 3The **MissionParameter** module defines the parameters required for mission synchronization. It can be used an input parameter in [startSyncRemoteMissions](js-apis-distributedMissionManager-sys.md#distributedmissionmanagerstartsyncremotemissions). 4 5> **NOTE** 6> 7> The initial APIs of this module are supported since API version 9. Newly added APIs will be marked with a superscript to indicate their earliest API version. 8> The APIs provided by this module are system APIs. 9 10**System API**: This is a system API. 11 12**Required permissions**: ohos.permission.MANAGE_MISSIONS 13 14**System capability**: SystemCapability.Ability.AbilityRuntime.Mission 15 16## Attributes 17 18| Name | Type | Readable | Writable | Description | 19| ----------- | ------- | ---- | ---- | ----------- | 20| deviceId | string | Yes | Yes | Device ID. | 21| fixConflict | boolean | Yes | Yes | Whether a version conflict occurs.| 22| tag | number | Yes | Yes | Tag of the mission. | 23