# addSlide

Description: add a slide to a slideshow.

Request example:

{
    "method" : "addSlide",
    "requestId" : "1",
    "fileId" : 1540297789
}

Response example:

{
    "method" : "addSlide",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • fileId - the identifier of the file on the built-in http server that has been previously uploaded and needs to be added to the list of slides.

  • requestId - unique request identifier. More details can be found here

See also: