Client APIIssuers
Issuer Profile update
Update an existing Issuer Profile by ID. Send multipart/form-data.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*integer
ID of the Issuer Profile to update
Request Body
multipart/form-data
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/backend/api/v1/issuers/profile/0/"{ "message": "success", "data": { "id": 33, "name": "Test Issuer", "description": "<p>Some description...</p>", "web_address": "http://test.domain.com", "logo": null, "created_at": "2026-05-28T08:12:12.076976Z", "updated_at": "2026-05-28T08:12:12.076986Z" }, "code": 200}