fonts.rst 629 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. _rest_api_fonts:
  2. Fonts
  3. =====
  4. This operation provides the list of ``fonts`` available in GeoServer. It can be useful to use this operation to verify if a ``font`` used in a SLD file is available before uploading the SLD.
  5. ``/fonts[.<format>]``
  6. ---------------------
  7. .. list-table::
  8. :header-rows: 1
  9. * - Method
  10. - Action
  11. - Status code
  12. - Formats
  13. - Default Format
  14. * - GET
  15. - Return the fonts available in GeoServer
  16. - 200
  17. - XML, JSON
  18. - XML
  19. * - POST
  20. -
  21. - 405
  22. -
  23. -
  24. * - PUT
  25. -
  26. - 405
  27. -
  28. -
  29. * - DELETE
  30. -
  31. - 405
  32. -
  33. -