[ADMINAPI-1325] - Update Ed-Fi API Specifications repo with new spec for 2.3.0#384
[ADMINAPI-1325] - Update Ed-Fi API Specifications repo with new spec for 2.3.0#384jagudelo-gap merged 3 commits intomainfrom
Conversation
df63d1f to
20aa2c9
Compare
Test Results338 tests 337 ✅ 15s ⏱️ Results for commit fde143f. ♻️ This comment has been updated with latest results. |
| } | ||
|
|
||
| public void BuildForVersions(string authorizationPolicy, params AdminApiVersions.AdminApiVersion[] versions) | ||
| public void BuildForVersions(string authorizationPolicy, bool display409 = false, params AdminApiVersions.AdminApiVersion[] versions) |
There was a problem hiding this comment.
@DavidJGapCR why would we hide 409 from the output?
There was a problem hiding this comment.
The only place where the Admin Api can actually return 409 is when the user is creating an Application and the name already exists
| version: v1 | ||
| version: 1.4.3 | ||
| title: "Ed-Fi Admin API" | ||
| description: The Ed-Fi Admin API is a REST API-based administrative interface for managing vendors, applications, client credentials, and authorization rules for accessing an Ed-Fi API. |
There was a problem hiding this comment.
I didn't realize that we have a copy of the specification file here as well as in the API-Specifications repository. The one in the other repository is the official standard. It should have title: "Ed-Fi Management API". But here in this AdminAPI repository, it is fine to leave "Ed-Fi Admin API" since it is now referring to the specific application.
No description provided.