POST /a/frontend/binaries/{BinaryType}/{Uuid}

Upload frontend binaries (avatars / logos / bg images)

Path Parameters

  • BinaryType (string, required) Currently supported values are USER and GLOBAL

  • Uuid (string, required) Id of the binary

Response Example (200)

Response Type /definitions/restFrontBinaryResponse

{
  "Data": "string"
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top