chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/websecurityscanner_v1.projects.scanConfigs.scanRuns.crawledUrls.html b/docs/dyn/websecurityscanner_v1.projects.scanConfigs.scanRuns.crawledUrls.html
index 67367f7..30797af 100644
--- a/docs/dyn/websecurityscanner_v1.projects.scanConfigs.scanRuns.crawledUrls.html
+++ b/docs/dyn/websecurityscanner_v1.projects.scanConfigs.scanRuns.crawledUrls.html
@@ -109,8 +109,8 @@
     "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no more results in the list.
     "crawledUrls": [ # The list of CrawledUrls returned.
       { # A CrawledUrl resource represents a URL that was crawled during a ScanRun. Web Security Scanner Service crawls the web applications, following all links within the scope of sites, to find the URLs to test against.
-        "body": "A String", # Output only. The body of the request that was used to visit the URL.
         "url": "A String", # Output only. The URL that was crawled.
+        "body": "A String", # Output only. The body of the request that was used to visit the URL.
         "httpMethod": "A String", # Output only. The http method of the request that was used to visit the URL, in uppercase.
       },
     ],