Skip to content

Commit

Permalink
Merge pull request #386 from tigergraph/DOC-1903_addMissingReturnCode3.2
Browse files Browse the repository at this point in the history
3.2_Add missing RESTPP return codes
  • Loading branch information
JosephNewmanTG authored Nov 9, 2023
2 parents 81e7c60 + cfdf004 commit 570fdec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions modules/reference/pages/error-codes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,15 @@ Other RESTPP errors.

| `REST-12003`
| The query failed due to insufficient disk space.

| `REST-30000`
| The payload is invalid (general error).

| `REST-30200`
| The parameter for xref:tigergraph-server:API:built-in-endpoints.adoc#_upsert_data_to_graph[upserting data] is invalid.

| `REST-30400`
| The parameter for xref:tigergraph-server:API:built-in-endpoints.adoc#_show_query_performance[showing query performance] is invalid.
|===

=== GSQL
Expand Down
4 changes: 2 additions & 2 deletions modules/user-access/pages/enabling-user-authentication.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To enable RESTPP authentication, set the `RESTPP.Factory.EnableAuth` parameter t
. As the TigerGraph Linux user, run the following command:
+
.Enabling REST{pp} SAML2.0 Authentication
.Enabling REST{pp} Authentication
+
[source,bash]
----
Expand All @@ -59,7 +59,7 @@ $ gadmin config set RESTPP.Factory.EnableAuth true
. Run the following commands to save the configuration and restart system services:
+
.Enabling REST{pp} SAML2.0 Authentication
.Enabling REST{pp} Authentication
+
[source,bash]
----
Expand Down

0 comments on commit 570fdec

Please sign in to comment.