Glossary

URL path versioning

`/api/v1/accounts`, `/api/v2/accounts`. This is the clearest approach. Each version has its own OpenAPI spec, its own z/OS Connect service archive, and potentially its own COBOL program (or the same program with version-aware logic).

Learn More

Related Terms