white-advantage-37945
12/05/2022, 8:10 PMconst { data } = await RelationshipAPI.createRelationship({
createRelationshipBody: {
namespace: body.role,
object: 'all',
relation: 'access',
subject_id: id,
},
});
We're using an ORY PAT token and the URL listed under SDK Configuration. However, we're getting a 404 (Error: Request failed with status code 404)? Any ideas why?white-advantage-37945
12/05/2022, 8:27 PM