diff --git a/src/main/resources/openapi.yml b/src/main/resources/openapi.yml
index d630daf51f8d8b365ce2f54f018c29bebfdbc181..c49fe4968ebe8c5125802a200687dc41ebe59ca0 100755
--- a/src/main/resources/openapi.yml
+++ b/src/main/resources/openapi.yml
@@ -7,7 +7,7 @@ info:
     url: http://www.apache.org/licenses/LICENSE-2.0
   version: '1.0'
 servers:
-  - url: http://localhost:8080/api
+  - url: http://localhost:9966/petclinic/api
 tags:
   - name: failing
     description: Endpoint which always returns an error.
@@ -21,6 +21,10 @@ tags:
     description: Endpoints related to vets.
   - name: visit
     description: Endpoints related to vet visits.
+  - name: pettypes
+    description: Endpoints related to pet types.
+  - name: specialty
+    description: Endpoints related to vet specialties.
 paths:
   /oops:
     get:
@@ -1714,7 +1718,7 @@ paths:
                 $ref: '#/components/schemas/RestError'
     delete:
       tags:
-        - vets
+        - vet
       operationId: deleteVet
       summary: Delete a vet by ID
       description: Returns the vet or a 404 error.
@@ -2187,7 +2191,7 @@ components:
           type: string
           maxLength: 80
           minLength: 1
-          example: 1234
+          example: 1234abc
         enabled:
           title: enabled
           description: Indicates if the user is enabled