API structure has changed
1 structure change including:
1 Modification
Modified
1
Breaking
GET /pronouns/{pronoun}
- Path went from
/pronouns/{promoun}to/pronouns/{pronoun}(same operationId) - Path
-
promoun path parameter Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- pronoun path parameter Added