ocket8888 opened a new issue, #7072:
URL: https://github.com/apache/trafficcontrol/issues/7072

   ## This Bug Report affects these Traffic Control components:
   - Documentation
   
   ## Current behavior:
   The documentation describes the fields
   
   - `businessUnit`
   - `city`
   - `country`
   - `organization`
   - `state`
   
   as being optional fields.
   
   ## Expected behavior:
   These fields are not optional. Submitting a request that omits them results 
in a response like
   
   ```json
   {
     "alerts": [
       {
         "text": "parsing request: validating: missing fields: businessUnit 
required; city required; organization required; country required; state 
required",
         "level": "error"
       }
     ]
   }
   ```
   
   So the docs should be updated.
   
   ## Steps to reproduce:
   Attempt to submit the minimal request as allowed by the documentation.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to