profile-tab
Update an existing profile tab
patch/v1/org/{orgId}/profile-tab/{profileTabId}
Path parameters
orgIdstring required
Org identifier (either id or slug)
profileTabIdstring required
Profile tab id
Request body
Example request
{
"label": "Performance",
"blocks": [
{
"formIds": [
"588f7ee98f138b19220041a7"
]
}
],
"layout": {
"rows": [
{
"columns": [
{
"blocks": [
{
"formIds": [
"588f7ee98f138b19220041a7"
]
}
]
}
]
}
]
}
}Response
updated
Changes
No recorded changes to this endpoint across all 9 revisions of this API.