Malleable Profiles
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/v2/malleable-profiles/{uid} HTTP/1.1
Accept: */*
{
"id": 1,
"name": "text",
"file_path": "text",
"category": "text",
"data": "text",
"created_at": "2026-02-02T16:57:06.663Z",
"updated_at": "2026-02-02T16:57:06.663Z"
}PUT /api/v2/malleable-profiles/{uid} HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 15
{
"data": "text"
}{
"id": 1,
"name": "text",
"file_path": "text",
"category": "text",
"data": "text",
"created_at": "2026-02-02T16:57:06.663Z",
"updated_at": "2026-02-02T16:57:06.663Z"
}DELETE /api/v2/malleable-profiles/{uid} HTTP/1.1
Accept: */*
GET /api/v2/malleable-profiles HTTP/1.1
Accept: */*
{
"records": [
{
"id": 1,
"name": "text",
"file_path": "text",
"category": "text",
"data": "text",
"created_at": "2026-02-02T16:57:06.663Z",
"updated_at": "2026-02-02T16:57:06.663Z"
}
]
}POST /api/v2/malleable-profiles HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 47
{
"name": "text",
"category": "text",
"data": "text"
}{
"id": 1,
"name": "text",
"file_path": "text",
"category": "text",
"data": "text",
"created_at": "2026-02-02T16:57:06.663Z",
"updated_at": "2026-02-02T16:57:06.663Z"
}POST /api/v2/malleable-profiles/reload HTTP/1.1
Accept: */*
POST /api/v2/malleable-profiles/reset HTTP/1.1
Accept: */*