You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an organization, the _ctid field is just a GUID not a CTID. I executed the POST [/metadata/organizations] endpoint with this payload:
{
"name": "navy"
}
and got this as a response:
{
"id": "b28b7b31-d312-4653-91cd-f32426dd0bb8",
"name": "navy",
"_ctid": "ac86f32c-88a8-4298-bfd8-996e94e53e87",
"description": null
}
The text was updated successfully, but these errors were encountered:
When creating an organization, the _ctid field is just a GUID not a CTID. I executed the POST [/metadata/organizations] endpoint with this payload:
{
"name": "navy"
}
and got this as a response:
{
"id": "b28b7b31-d312-4653-91cd-f32426dd0bb8",
"name": "navy",
"_ctid": "ac86f32c-88a8-4298-bfd8-996e94e53e87",
"description": null
}
The text was updated successfully, but these errors were encountered: