Sha256: 37a4bc23ed8c38de339a4af694c11c4d119faf3c01aa711452fde71185cedb70

Contents?: true

Size: 313 Bytes

Versions: 2

Compression:

Stored size: 313 Bytes

Contents

curl 'http://localhost:9999/scim/v2/Groups/1' \
  -X 'PUT' \
  -d '{"schemas": ["urn:ietf:params:scim:api:messages:2.0:PutOp"], "Operations": ["op": "Add", "path": "members", "value": {"$ref": null, "value": "1"}]}' \
  -H 'Content-Type: application/scim+json' \
  -H 'Authorization:Basic dGVzdF9jb21wYW55OjE=' \

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
scimaenaga-0.7.0 spec/dummy/put_group.http
scimaenaga-0.6.1 spec/dummy/put_group.http