diff --git a/doc/SEARCH_ENDPOINT.md b/doc/SEARCH_ENDPOINT.md index d6e4a76..ca8aaf0 100644 --- a/doc/SEARCH_ENDPOINT.md +++ b/doc/SEARCH_ENDPOINT.md @@ -39,7 +39,7 @@ Example request body: The search endpoint supports all the same query parameters as the `/event` endpoint. These parameters can be used to further refine your search beyond the geometric constraints. -For detailed information about the available query parameters, see the [API Query Parameters Documentation](API_QUERY_PARAMS.md). +For detailed information about the available query parameters, see the [API Query Parameters Documentation](api_query_params.md). ### Additional Parameters @@ -174,7 +174,7 @@ The OpenEventDatabase API implements caching and rate limiting to improve perfor - POST requests to `/event/search` are limited to 20 requests per minute per IP address. - If you exceed this limit, you will receive a `429 Too Many Requests` response with a `Retry-After` header indicating when you can try again. -For more information about the anti-spam and caching measures implemented in the API, see the [Anti-Spam and Caching Measures Documentation](ANTI_SPAM_MEASURES.md). +For more information about the anti-spam and caching measures implemented in the API, see the [Anti-Spam and Caching Measures Documentation](anti_spam.md). ## Error Handling diff --git a/doc/ANTI_SPAM_MEASURES.md b/doc/anti_spam.md similarity index 100% rename from doc/ANTI_SPAM_MEASURES.md rename to doc/anti_spam.md diff --git a/doc/TEST_PLAN.md b/doc/api_load_test.md similarity index 100% rename from doc/TEST_PLAN.md rename to doc/api_load_test.md diff --git a/doc/API_QUERY_PARAMS.md b/doc/api_query_params.md similarity index 100% rename from doc/API_QUERY_PARAMS.md rename to doc/api_query_params.md diff --git a/doc/database_schema.svg b/doc/database_schema.svg index 1466a59..e8aa5b0 100644 --- a/doc/database_schema.svg +++ b/doc/database_schema.svg @@ -1,6 +1,9 @@