v3
latestSwagger 2.02026-08-067506752.0 MBprofile-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