Skip to content

Commit

Permalink
fix: restore date/time
Browse files Browse the repository at this point in the history
  • Loading branch information
caubut-charter committed Nov 4, 2024
1 parent b21c691 commit d75ab54
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions code/API_definitions/network_access_management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1386,6 +1386,15 @@ components:
type: string
description: Friendly Code to describe the error

DateTime:
type: string
format: date-time
description: |
It must follow [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and must have time zone.
Recommended format is yyyy-MM-dd'T'HH:mm:ss.SSSZ (i.e. which allows 2023-07-03T14:27:08.312+02:00 or
2023-07-03T12:27:08.312Z)
example: &date-time "2023-07-03T14:27:08.312+02:00"

ServiceSiteId:
type: string
minLength: 1
Expand Down

0 comments on commit d75ab54

Please sign in to comment.