diff --git a/.devops/config b/.devops/config new file mode 100644 index 000000000..6f8bfa6af --- /dev/null +++ b/.devops/config @@ -0,0 +1 @@ +apibuilder_organization=apicollective \ No newline at end of file diff --git a/app/app/views/doc/apiJson.scala.html b/app/app/views/doc/apiJson.scala.html index c133bc67c..3678aed72 100644 --- a/app/app/views/doc/apiJson.scala.html +++ b/app/app/views/doc/apiJson.scala.html @@ -413,6 +413,7 @@

Union declaration

{ "name": { "plural": string (optional), + "fields": JSON Array of Field (optional), "discriminator": string (optional), "description": string (optional), "interfaces": JSON Array of type string where each value indicates the name of a declared interface (optional), @@ -426,6 +427,8 @@

Union declaration

where: