Skip to content

Service Contact

The contact section allows you to specify all contact info to the current service.

Partners or other developers will be able to contact you through this information.

Fields

A service contact contains the following fields to be defined:

ContactName

The name of team or technical responsible of the service.

Example:

1
2
Contact:
  ContactName: My_First_Service WebApi Team


ContactEmail

A contact email so that developers or third parties can communicate.

Example:

1
2
3
Contact:
  ContactName: My_First_Service WebApi Team
  ContactEmail: team@domain.com


ContactUrl

A contact page URL so that developers or third parties can communicate.

Requirements Rules:

  • Must be a valid URI pattern

Example:

1
2
3
4
Contact:
  ContactName: My_First_Service WebApi Team
  ContactEmail: team@domain.com
  ContactUrl: https://mydomain.com/contact


Back to top