gwcreload.yaml 842 B

12345678910111213141516171819202122232425262728293031
  1. ---
  2. swagger: '2.0'
  3. info:
  4. version: 1.0.0
  5. title: GeoWebCache Reloading
  6. description: Reloading a GeoWebCache instance after changing configurations.
  7. contact:
  8. name: GeoServer
  9. email: 'geoserver-users@osgeo.org'
  10. url: 'https://geoserver.org/comm/'
  11. host: localhost:8080
  12. schemes:
  13. - http
  14. basePath: /geoserver/gwc/rest
  15. paths:
  16. /reload:
  17. post:
  18. operationId: reloadPost
  19. tags:
  20. - "GwcReload"
  21. summary: Reloads GWC settings/
  22. description: Reloads the GeoWebCache settings after making changes to the configuration.
  23. parameters:
  24. - name: configurationName
  25. in: body
  26. description: The string value of the configuration ie. "reload_configuration=1"
  27. schema:
  28. type: string
  29. responses:
  30. 200:
  31. description: OK