Source
This page was generated with Wiki Builder. Do not change the format!
Info
Insert a plug into a socketed item. I know how it sounds, but I assure you it's much more G-rated than you might be guessing. We haven't decided yet whether this will be able to insert plugs that have side effects, but if we do it will require special scope permission for an application attempting to do so. You must have a valid Destiny Account, and either be in a social space, in orbit, or offline. PREVIEW: This service is not yet active, but we are returning the planned schema of the endpoint for review, comment, and preparation for its eventual implementation.
- URI: /Destiny2/Actions/Items/InsertSocketPlug/
- Basepath: https://www.bungie.net/Platform
- Method: POST
- Service: Destiny2
- Permissions: MoveEquipDestinyItems
- Officially Supported: Yes
Parameters
Path Parameters
None
Query String Parameters
None
Example
Request
POST https://www.bungie.net/Platform/Destiny2/Actions/Items/InsertSocketPlug/
{
// Type: integer:int64
"itemId": 0,
// Type: integer:int64
"characterId": 0,
// Type: BungieMembershipType:Enum
"membershipType": 0,
// Type: DestinyItemActionRequest
// Type: DestinyItemActionRequest
}
Response
PlatformErrorCode: 200
{
// Type: integer:int32
"Response": 0,
// Type: PlatformErrorCodes:Enum
"ErrorCode": 0,
// Type: integer:int32
"ThrottleSeconds": 0,
// Type: string
"ErrorStatus": "",
// Type: string
"Message": "",
// Type: Dictionary<string,string>
"MessageData": {
"{string}": ""
},
// Type: object
}