Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (18 loc) · 498 Bytes

team_profile_reorder.md

File metadata and controls

20 lines (18 loc) · 498 Bytes

team_profile_reorder event type

{
	"type": "team_profile_reorder",
	"profile": {
		"fields": [
			{
				"id": "Xf06054AAA",
				"ordering": 0,
			},
			...
		]
	}
}

The team_profile_reorder event is sent to all connections for a team when a team admin reorders the field definitions in the team profile. The payload includes only the id and the ordering for each field definition that is reordered. Where appropriate, clients should update to reflect new changes immediately.